Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * This file is subject to the terms and conditions of the GNU General Public
0003  * License.  See the file "COPYING" in the main directory of this archive
0004  * for more details.
0005  *
0006  * Copyright (C) 2003 by Ralf Baechle
0007  */
0008 #ifndef __ASM_MACH_GENERIC_IRQ_H
0009 #define __ASM_MACH_GENERIC_IRQ_H
0010 
0011 
0012 #ifdef NR_IRQS
0013 #undef NR_IRQS
0014 #endif
0015 
0016 #ifndef MIPS_CPU_IRQ_BASE
0017 #define MIPS_CPU_IRQ_BASE 0
0018 #endif
0019 
0020 /* 8 (MIPS) + 128 (au1300) + 16 (cpld) */
0021 #define NR_IRQS 152
0022 
0023 #endif /* __ASM_MACH_GENERIC_IRQ_H */