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

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) }
 

Macro Definition Documentation

#define IRQ_RETVAL (   x)    ((x) != IRQ_NONE)

Definition at line 17 of file irqreturn.h.

Typedef Documentation

typedef enum irqreturn irqreturn_t

Definition at line 16 of file irqreturn.h.

Enumeration Type Documentation

enum irqreturn

enum irqreturn interrupt was not from this device interrupt was handled by this device handler requests to wake the handler thread

Enumerator:
IRQ_NONE 
IRQ_HANDLED 
IRQ_WAKE_THREAD 

Definition at line 10 of file irqreturn.h.