2011-02-09 20:16:52 +08:00
|
|
|
/*
|
|
|
|
* Internal header to deal with irq_desc->status which will be renamed
|
|
|
|
* to irq_desc->settings.
|
|
|
|
*/
|
|
|
|
enum {
|
|
|
|
_IRQ_DEFAULT_INIT_FLAGS = IRQ_DEFAULT_INIT_FLAGS,
|
|
|
|
};
|
2011-02-08 04:48:49 +08:00
|
|
|
|
|
|
|
#undef IRQ_INPROGRESS
|
|
|
|
#define IRQ_INPROGRESS GOT_YOU_MORON
|
2011-02-08 18:39:15 +08:00
|
|
|
#undef IRQ_REPLAY
|
|
|
|
#define IRQ_REPLAY GOT_YOU_MORON
|
|
|
|
#undef IRQ_WAITING
|
|
|
|
#define IRQ_WAITING GOT_YOU_MORON
|
2011-02-08 05:11:30 +08:00
|
|
|
#undef IRQ_DISABLED
|
|
|
|
#define IRQ_DISABLED GOT_YOU_MORON
|
2011-02-08 19:17:57 +08:00
|
|
|
#undef IRQ_PENDING
|
|
|
|
#define IRQ_PENDING GOT_YOU_MORON
|