settings.h 546 B

12345678910111213141516171819202122
  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. #undef IRQ_INPROGRESS
  9. #define IRQ_INPROGRESS GOT_YOU_MORON
  10. #undef IRQ_REPLAY
  11. #define IRQ_REPLAY GOT_YOU_MORON
  12. #undef IRQ_WAITING
  13. #define IRQ_WAITING GOT_YOU_MORON
  14. #undef IRQ_DISABLED
  15. #define IRQ_DISABLED GOT_YOU_MORON
  16. #undef IRQ_PENDING
  17. #define IRQ_PENDING GOT_YOU_MORON
  18. #undef IRQ_MASKED
  19. #define IRQ_MASKED GOT_YOU_MORON
  20. #undef IRQ_WAKEUP
  21. #define IRQ_WAKEUP GOT_YOU_MORON