settings.h 609 字节
Newer Older
1 2 3 4 5 6 7
/*
 * 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,
};
8 9 10

#undef IRQ_INPROGRESS
#define IRQ_INPROGRESS		GOT_YOU_MORON
11 12 13 14
#undef IRQ_REPLAY
#define IRQ_REPLAY		GOT_YOU_MORON
#undef IRQ_WAITING
#define IRQ_WAITING		GOT_YOU_MORON
15 16
#undef IRQ_DISABLED
#define IRQ_DISABLED		GOT_YOU_MORON
17 18
#undef IRQ_PENDING
#define IRQ_PENDING		GOT_YOU_MORON
19 20
#undef IRQ_MASKED
#define IRQ_MASKED		GOT_YOU_MORON
21 22
#undef IRQ_WAKEUP
#define IRQ_WAKEUP		GOT_YOU_MORON
23 24
#undef IRQ_MOVE_PENDING
#define IRQ_MOVE_PENDING	GOT_YOU_MORON