settings.h (e6bea9c404699223322d7411c6f2ceaec02fa83c) | settings.h (009b4c3b8ad584b3462734127a5bec680d5d6af4) |
---|---|
1/* 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}; | 1/* 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}; |
8 9#undef IRQ_INPROGRESS 10#define IRQ_INPROGRESS GOT_YOU_MORON |
|