xref: /linux/arch/mips/include/asm/mach-ralink/irq.h (revision a4cc96d1f0170b779c32c6b2cc58764f5d2cdef0)
1 #ifndef __ASM_MACH_RALINK_IRQ_H
2 #define __ASM_MACH_RALINK_IRQ_H
3 
4 #define GIC_NUM_INTRS	64
5 #define NR_IRQS 256
6 
7 #include_next <irq.h>
8 
9 #endif
10