blob: a96140eea409e08dc36946ccbf27c34cea875a9f (
plain)
1
2
3
4
5
6
7
8
9
10
|
/*
* 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
|