Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
irq.h File Reference

Go to the source code of this file.

Macros

#define TIMER_IRQ   0
 
#define UMN_IRQ   1
 
#define CONSOLE_IRQ   2
 
#define CONSOLE_WRITE_IRQ   3
 
#define UBD_IRQ   4
 
#define UM_ETH_IRQ   5
 
#define SSL_IRQ   6
 
#define SSL_WRITE_IRQ   7
 
#define ACCEPT_IRQ   8
 
#define MCONSOLE_IRQ   9
 
#define WINCH_IRQ   10
 
#define SIGIO_WRITE_IRQ   11
 
#define TELNETD_IRQ   12
 
#define XTERM_IRQ   13
 
#define RANDOM_IRQ   14
 
#define LAST_IRQ   RANDOM_IRQ
 
#define NR_IRQS   (LAST_IRQ + 1)
 

Macro Definition Documentation

#define ACCEPT_IRQ   8

Definition at line 12 of file irq.h.

#define CONSOLE_IRQ   2

Definition at line 6 of file irq.h.

#define CONSOLE_WRITE_IRQ   3

Definition at line 7 of file irq.h.

#define LAST_IRQ   RANDOM_IRQ

Definition at line 20 of file irq.h.

#define MCONSOLE_IRQ   9

Definition at line 13 of file irq.h.

#define NR_IRQS   (LAST_IRQ + 1)

Definition at line 21 of file irq.h.

#define RANDOM_IRQ   14

Definition at line 18 of file irq.h.

#define SIGIO_WRITE_IRQ   11

Definition at line 15 of file irq.h.

#define SSL_IRQ   6

Definition at line 10 of file irq.h.

#define SSL_WRITE_IRQ   7

Definition at line 11 of file irq.h.

#define TELNETD_IRQ   12

Definition at line 16 of file irq.h.

#define TIMER_IRQ   0

Definition at line 4 of file irq.h.

#define UBD_IRQ   4

Definition at line 8 of file irq.h.

#define UM_ETH_IRQ   5

Definition at line 9 of file irq.h.

#define UMN_IRQ   1

Definition at line 5 of file irq.h.

#define WINCH_IRQ   10

Definition at line 14 of file irq.h.

#define XTERM_IRQ   13

Definition at line 17 of file irq.h.