irq.h 182 B

12345678910
  1. #ifndef __ASM_MACH_MIPS_IRQ_H
  2. #define __ASM_MACH_MIPS_IRQ_H
  3. #define GIC_NUM_INTRS (24 + NR_CPUS * 2)
  4. #define NR_IRQS 256
  5. #include_next <irq.h>
  6. #endif /* __ASM_MACH_MIPS_IRQ_H */