irq.h 175 B

12345678910111213
  1. #ifndef __ASM_MACH_MIPS_IRQ_H
  2. #define __ASM_MACH_MIPS_IRQ_H
  3. #define NR_IRQS 256
  4. #ifdef CONFIG_SMP
  5. #define ARCH_HAS_IRQ_PER_CPU
  6. #endif
  7. #endif /* __ASM_MACH_MIPS_IRQ_H */