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