irq.h 141 B

12345678910
  1. #ifndef __ASM_MACH_RALINK_IRQ_H
  2. #define __ASM_MACH_RALINK_IRQ_H
  3. #define GIC_NUM_INTRS 64
  4. #define NR_IRQS 256
  5. #include_next <irq.h>
  6. #endif