ShellBanner
System:Linux MiraNet 3.0.0-14-generic-pae #23-Ubuntu SMP Mon Nov 21 22:07:10 UTC 2011 i686
Software:Apache. PHP/5.3.6-13ubuntu3.10
ID:uid=65534(nobody) gid=65534(nogroup) groups=65534(nogroup)
Safe Mode:OFF
Open_Basedir:OFF
Freespace:20.21 GB of 70.42 GB (28.7%)
MySQL: ON MSSQL: OFF Oracle: OFF PostgreSQL: OFF Curl: OFF Sockets: ON Fetch: OFF Wget: ON Perl: ON
Disabled Functions: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,

/ usr/ src/ linux-headers-3.0.0-14/ arch/ arm/ mach-mmp/ include/ mach/ - drwxr-xr-x

Directory:
Viewing file:     devices.h (1.36 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#ifndef __MACH_DEVICE_H
#define __MACH_DEVICE_H

#include <linux/types.h>

#define MAX_RESOURCE_DMA    2

/* structure for describing the on-chip devices */
struct pxa_device_desc {
    const char    *dev_name;
    const char    *drv_name;
    int        id;
    int        irq;
    unsigned long    start;
    unsigned long    size;
    int        dma[MAX_RESOURCE_DMA];
};

#define PXA168_DEVICE(_name, _drv, _id, _irq, _start, _size, _dma...)    \
struct pxa_device_desc pxa168_device_##_name __initdata = {        \
    .dev_name    = "pxa168-" #_name,                \
    .drv_name    = _drv,                        \
    .id        = _id,                        \
    .irq        = IRQ_PXA168_##_irq,                \
    .start        = _start,                    \
    .size        = _size,                    \
    .dma        = { _dma },                    \
};

#define PXA910_DEVICE(_name, _drv, _id, _irq, _start, _size, _dma...)    \
struct pxa_device_desc pxa910_device_##_name __initdata = {        \
    .dev_name    = "pxa910-" #_name,                \
    .drv_name    = _drv,                        \
    .id        = _id,                        \
    .irq        = IRQ_PXA910_##_irq,                \
    .start        = _start,                    \
    .size        = _size,                    \
    .dma        = { _dma },                    \
};

#define MMP2_DEVICE(_name, _drv, _id, _irq, _start, _size, _dma...)    \
struct pxa_device_desc mmp2_device_##_name __initdata = {        \
    .dev_name    = "mmp2-" #_name,                \
    .drv_name    = _drv,                        \
    .id        = _id,                        \
    .irq        = IRQ_MMP2_##_irq,                \
    .start        = _start,                    \
    .size        = _size,                    \
    .dma        = { _dma },                    \
}

extern int pxa_register_device(struct pxa_device_desc *, void *, size_t);
#endif /* __MACH_DEVICE_H */
Command:
Quick Commands:
Upload:
[Read-Only] Max size: 100MB
PHP Filesystem: <@ Ú
Search File:
regexp
Create File:
Overwrite [Read-Only]
View File:
Mass Defacement:
[+] Main Directory: [+] Defacement Url:
LmfaoX Shell - Private Build [BETA] - v0.1 -; Generated: 0.4078 seconds