xref: /openbmc/linux/arch/mips/include/asm/mach-malta/irq.h (revision 1a4e39c2e5ca2eb494a53ecd73055562f690bca0)
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