!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.12 with Suhosin-Patch mod_ssl/2.2.8 OpenSSL/0.9.8g. PHP/5.2.4-2ubuntu5.12 

uname -a: Linux forum.circlefusion.com 2.6.24-19-server #1 SMP Wed Jun 18 15:18:00 UTC 2008 i686 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/src/linux-headers-2.6.24-28/include/asm-sh64/   drwxr-xr-x
Free 1.98 GB of 97.11 GB (2.04%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     platform.h (1.77 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#ifndef __ASM_SH64_PLATFORM_H
#define __ASM_SH64_PLATFORM_H

/*
 * This file is subject to the terms and conditions of the GNU General Public
 * License.  See the file "COPYING" in the main directory of this archive
 * for more details.
 *
 * include/asm-sh64/platform.h
 *
 * Copyright (C) 2000, 2001  Paolo Alberelli
 *
 * benedict.gaster@superh.com:     3rd May 2002
 *    Added support for ramdisk, removing statically linked romfs at the same time.
 */

#include <linux/ioport.h>
#include <asm/irq.h>


/*
 * Platform definition structure.
 */
struct sh64_platform {
    unsigned int readonly_rootfs;
    unsigned int ramdisk_flags;
    unsigned int initial_root_dev;
    unsigned int loader_type;
    unsigned int initrd_start;
    unsigned int initrd_size;
    unsigned int fpu_flags;
    unsigned int io_res_count;
    unsigned int kram_res_count;
    unsigned int xram_res_count;
    unsigned int rom_res_count;
    struct resource *io_res_p;
    struct resource *kram_res_p;
    struct resource *xram_res_p;
    struct resource *rom_res_p;
};

extern struct sh64_platform platform_parms;

extern unsigned long long memory_start, memory_end;

extern unsigned long long fpu_in_use;

extern int platform_int_priority[NR_INTC_IRQS];

#define FPU_FLAGS        (platform_parms.fpu_flags)
#define STANDARD_IO_RESOURCES    (platform_parms.io_res_count)
#define STANDARD_KRAM_RESOURCES    (platform_parms.kram_res_count)
#define STANDARD_XRAM_RESOURCES    (platform_parms.xram_res_count)
#define STANDARD_ROM_RESOURCES    (platform_parms.rom_res_count)

/*
 * Kernel Memory description, Respectively:
 * code = last but one memory descriptor
 * data = last memory descriptor
 */
#define code_resource (platform_parms.kram_res_p[STANDARD_KRAM_RESOURCES - 2])
#define data_resource (platform_parms.kram_res_p[STANDARD_KRAM_RESOURCES - 1])

#endif    /* __ASM_SH64_PLATFORM_H */

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0052 ]--