2005-09-22 14:55:21 +00:00
|
|
|
#ifndef __ASM_MACH_MIPS_IRQ_H
|
|
|
|
|
#define __ASM_MACH_MIPS_IRQ_H
|
|
|
|
|
|
|
|
|
|
|
2014-07-17 09:20:54 +01:00
|
|
|
#define GIC_NUM_INTRS (24 + NR_CPUS * 2)
|
2013-01-22 12:59:30 +01:00
|
|
|
#define NR_IRQS 256
|
2005-09-22 14:55:21 +00:00
|
|
|
|
2007-01-08 02:14:29 +09:00
|
|
|
#include_next <irq.h>
|
|
|
|
|
|
2005-09-22 14:55:21 +00:00
|
|
|
#endif /* __ASM_MACH_MIPS_IRQ_H */
|