164cd04d0SManuel Lauss /*
264cd04d0SManuel Lauss  * This file is subject to the terms and conditions of the GNU General Public
364cd04d0SManuel Lauss  * License.  See the file "COPYING" in the main directory of this archive
464cd04d0SManuel Lauss  * for more details.
564cd04d0SManuel Lauss  *
664cd04d0SManuel Lauss  * Copyright (C) 2003 by Ralf Baechle
764cd04d0SManuel Lauss  */
864cd04d0SManuel Lauss #ifndef __ASM_MACH_GENERIC_IRQ_H
964cd04d0SManuel Lauss #define __ASM_MACH_GENERIC_IRQ_H
1064cd04d0SManuel Lauss 
1164cd04d0SManuel Lauss 
1264cd04d0SManuel Lauss #ifdef NR_IRQS
1364cd04d0SManuel Lauss #undef NR_IRQS
1464cd04d0SManuel Lauss #endif
1564cd04d0SManuel Lauss 
1664cd04d0SManuel Lauss #ifndef MIPS_CPU_IRQ_BASE
1764cd04d0SManuel Lauss #define MIPS_CPU_IRQ_BASE 0
1864cd04d0SManuel Lauss #endif
1964cd04d0SManuel Lauss 
2064cd04d0SManuel Lauss /* 8 (MIPS) + 128 (au1300) + 16 (cpld) */
2164cd04d0SManuel Lauss #define NR_IRQS 152
2264cd04d0SManuel Lauss 
2364cd04d0SManuel Lauss #endif /* __ASM_MACH_GENERIC_IRQ_H */
24