blob: 2e7d08fff0ce818f9ef041d1148baa32b82bd543 [file] [log] [blame]
Thomas Gleixnere6bea9c2011-02-09 13:16:52 +01001/*
2 * Internal header to deal with irq_desc->status which will be renamed
3 * to irq_desc->settings.
4 */
5enum {
6 _IRQ_DEFAULT_INIT_FLAGS = IRQ_DEFAULT_INIT_FLAGS,
7};
Thomas Gleixner009b4c32011-02-07 21:48:49 +01008
9#undef IRQ_INPROGRESS
10#define IRQ_INPROGRESS GOT_YOU_MORON
Thomas Gleixner163ef302011-02-08 11:39:15 +010011#undef IRQ_REPLAY
12#define IRQ_REPLAY GOT_YOU_MORON
13#undef IRQ_WAITING
14#define IRQ_WAITING GOT_YOU_MORON