forked from luck/tmp_suning_uos_patched
163ef30911
No users outside of core. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
15 lines
332 B
C
15 lines
332 B
C
/*
|
|
* 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,
|
|
};
|
|
|
|
#undef IRQ_INPROGRESS
|
|
#define IRQ_INPROGRESS GOT_YOU_MORON
|
|
#undef IRQ_REPLAY
|
|
#define IRQ_REPLAY GOT_YOU_MORON
|
|
#undef IRQ_WAITING
|
|
#define IRQ_WAITING GOT_YOU_MORON
|