xref: /linux/arch/mips/include/asm/mach-malta/irq.h (revision 75da1469f923970627843d68482b6da6ed6f38f9)
1 #ifndef __ASM_MACH_MIPS_IRQ_H
2 #define __ASM_MACH_MIPS_IRQ_H
3 
4 
5 #define GIC_NUM_INTRS (24 + NR_CPUS * 2)
6 #define NR_IRQS 256
7 
8 #include_next <irq.h>
9 
10 #endif /* __ASM_MACH_MIPS_IRQ_H */
11