blob: d8106f75b9afbcc026dd4761784779a8af67eddb (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef __ASM_MACH_MIPS_IRQ_H
#define __ASM_MACH_MIPS_IRQ_H
#define GIC_NUM_INTRS (24 + NR_CPUS * 2)
#define NR_IRQS 256
#include_next <irq.h>
#endif /* __ASM_MACH_MIPS_IRQ_H */
|