xref: /openbmc/linux/arch/mips/include/asm/mach-ip27/irq.h (revision 384740dc)
1384740dcSRalf Baechle /*
2384740dcSRalf Baechle  * This file is subject to the terms and conditions of the GNU General Public
3384740dcSRalf Baechle  * License.  See the file "COPYING" in the main directory of this archive
4384740dcSRalf Baechle  * for more details.
5384740dcSRalf Baechle  *
6384740dcSRalf Baechle  * Copyright (C) 1999, 2000, 01, 02, 03 by Ralf Baechle
7384740dcSRalf Baechle  * Copyright (C) 1999, 2000 Silicon Graphics, Inc.
8384740dcSRalf Baechle  * Copyright (C) 2001 Kanoj Sarcar
9384740dcSRalf Baechle  */
10384740dcSRalf Baechle #ifndef __ASM_MACH_IP27_IRQ_H
11384740dcSRalf Baechle #define __ASM_MACH_IP27_IRQ_H
12384740dcSRalf Baechle 
13384740dcSRalf Baechle /*
14384740dcSRalf Baechle  * A hardwired interrupt number is completly stupid for this system - a
15384740dcSRalf Baechle  * large configuration might have thousands if not tenthousands of
16384740dcSRalf Baechle  * interrupts.
17384740dcSRalf Baechle  */
18384740dcSRalf Baechle #define NR_IRQS 256
19384740dcSRalf Baechle 
20384740dcSRalf Baechle #include_next <irq.h>
21384740dcSRalf Baechle 
22384740dcSRalf Baechle #endif /* __ASM_MACH_IP27_IRQ_H */
23