irq.h 201 B

1234567891011121314
  1. #ifndef __ASM_MACH_MIPS_IRQ_H
  2. #define __ASM_MACH_MIPS_IRQ_H
  3. #include <linux/config.h>
  4. #define NR_IRQS 256
  5. #ifdef CONFIG_SMP
  6. #define ARCH_HAS_IRQ_PER_CPU
  7. #endif
  8. #endif /* __ASM_MACH_MIPS_IRQ_H */