xref: /openbmc/linux/kernel/irq/settings.h (revision c1594b77)
1 /*
2  * Internal header to deal with irq_desc->status which will be renamed
3  * to irq_desc->settings.
4  */
5 enum {
6 	_IRQ_DEFAULT_INIT_FLAGS	= IRQ_DEFAULT_INIT_FLAGS,
7 };
8 
9 #undef IRQ_INPROGRESS
10 #define IRQ_INPROGRESS		GOT_YOU_MORON
11 #undef IRQ_REPLAY
12 #define IRQ_REPLAY		GOT_YOU_MORON
13 #undef IRQ_WAITING
14 #define IRQ_WAITING		GOT_YOU_MORON
15 #undef IRQ_DISABLED
16 #define IRQ_DISABLED		GOT_YOU_MORON
17