irq.h 141 B

12345678910
  1. #ifndef __ASM_MACH_MIPS_IRQ_H
  2. #define __ASM_MACH_MIPS_IRQ_H
  3. #define NR_IRQS 256
  4. #include_next <irq.h>
  5. #endif /* __ASM_MACH_MIPS_IRQ_H */