Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | IRQ_RETVAL(x) ((x) != IRQ_NONE) |
Typedefs | |
typedef enum irqreturn | irqreturn_t |
Enumerations | |
enum | irqreturn { IRQ_NONE = (0 << 0), IRQ_HANDLED = (1 << 0), IRQ_WAKE_THREAD = (1 << 1) } |
Definition at line 17 of file irqreturn.h.
typedef enum irqreturn irqreturn_t |
Definition at line 16 of file irqreturn.h.
enum irqreturn |
enum irqreturn interrupt was not from this device interrupt was handled by this device handler requests to wake the handler thread
Definition at line 10 of file irqreturn.h.