xref: /linux/arch/mips/include/asm/mach-db1x00/irq.h (revision 64cd04d0)
1*64cd04d0SManuel Lauss /*
2*64cd04d0SManuel Lauss  * This file is subject to the terms and conditions of the GNU General Public
3*64cd04d0SManuel Lauss  * License.  See the file "COPYING" in the main directory of this archive
4*64cd04d0SManuel Lauss  * for more details.
5*64cd04d0SManuel Lauss  *
6*64cd04d0SManuel Lauss  * Copyright (C) 2003 by Ralf Baechle
7*64cd04d0SManuel Lauss  */
8*64cd04d0SManuel Lauss #ifndef __ASM_MACH_GENERIC_IRQ_H
9*64cd04d0SManuel Lauss #define __ASM_MACH_GENERIC_IRQ_H
10*64cd04d0SManuel Lauss 
11*64cd04d0SManuel Lauss 
12*64cd04d0SManuel Lauss #ifdef NR_IRQS
13*64cd04d0SManuel Lauss #undef NR_IRQS
14*64cd04d0SManuel Lauss #endif
15*64cd04d0SManuel Lauss 
16*64cd04d0SManuel Lauss #ifndef MIPS_CPU_IRQ_BASE
17*64cd04d0SManuel Lauss #define MIPS_CPU_IRQ_BASE 0
18*64cd04d0SManuel Lauss #endif
19*64cd04d0SManuel Lauss 
20*64cd04d0SManuel Lauss /* 8 (MIPS) + 128 (au1300) + 16 (cpld) */
21*64cd04d0SManuel Lauss #define NR_IRQS 152
22*64cd04d0SManuel Lauss 
23*64cd04d0SManuel Lauss #endif /* __ASM_MACH_GENERIC_IRQ_H */
24