aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/mach-malta/irq.h
blob: f2c13d211abbc85924ec6e6bf28d6c31610913ec (plain) (blame)
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 */