|
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 | : | 21.84 GB of 70.42 GB (31.02%) |
|
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,
|
[ System Info ]
[ Processes ]
[ SQL Manager ]
[ Eval ]
[ Encoder ]
[ Mailer ]
[ Back Connection ]
[ Backdoor Server ]
[ Kernel Exploit Search ]
[ MD5 Decrypter ]
[ Reverse IP ]
[ Kill Shell ]
[ FTP Brute-Force ]
|
|
/
usr/
src/
linux-headers-3.0.0-14/
arch/
arm/
mach-ks8695/
include/
mach/
- drwxr-xr-x
|
Viewing file: irqs.h (1.47 KB) -rw-r--r--Select action/file-type:  ( +) |  ( +) |  ( +) | Code ( +) | Session ( +) |  ( +) | SDB ( +) |  ( +) |  ( +) |  ( +) |  ( +) |  ( +) |
/* * arch/arm/mach-ks8695/include/mach/irqs.h * * Copyright (C) 2006 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */
#ifndef __ASM_ARCH_IRQS_H #define __ASM_ARCH_IRQS_H
#define NR_IRQS 32
/* * IRQ definitions */ #define KS8695_IRQ_COMM_RX 0 #define KS8695_IRQ_COMM_TX 1 #define KS8695_IRQ_EXTERN0 2 #define KS8695_IRQ_EXTERN1 3 #define KS8695_IRQ_EXTERN2 4 #define KS8695_IRQ_EXTERN3 5 #define KS8695_IRQ_TIMER0 6 #define KS8695_IRQ_TIMER1 7 #define KS8695_IRQ_UART_TX 8 #define KS8695_IRQ_UART_RX 9 #define KS8695_IRQ_UART_LINE_STATUS 10 #define KS8695_IRQ_UART_MODEM_STATUS 11 #define KS8695_IRQ_LAN_RX_STOP 12 #define KS8695_IRQ_LAN_TX_STOP 13 #define KS8695_IRQ_LAN_RX_BUF 14 #define KS8695_IRQ_LAN_TX_BUF 15 #define KS8695_IRQ_LAN_RX_STATUS 16 #define KS8695_IRQ_LAN_TX_STATUS 17 #define KS8695_IRQ_HPNA_RX_STOP 18 #define KS8695_IRQ_HPNA_TX_STOP 19 #define KS8695_IRQ_HPNA_RX_BUF 20 #define KS8695_IRQ_HPNA_TX_BUF 21 #define KS8695_IRQ_HPNA_RX_STATUS 22 #define KS8695_IRQ_HPNA_TX_STATUS 23 #define KS8695_IRQ_BUS_ERROR 24 #define KS8695_IRQ_WAN_RX_STOP 25 #define KS8695_IRQ_WAN_TX_STOP 26 #define KS8695_IRQ_WAN_RX_BUF 27 #define KS8695_IRQ_WAN_TX_BUF 28 #define KS8695_IRQ_WAN_RX_STATUS 29 #define KS8695_IRQ_WAN_TX_STATUS 30 #define KS8695_IRQ_WAN_LINK 31
#endif
|