irq.h 102 B

1234567
  1. #ifndef __AMAZON_IRQ_H
  2. #define __AMAZON_IRQ_H
  3. #define NR_IRQS 256
  4. #include_next <irq.h>
  5. #endif