70d9a25132c5265846febc873c0a90626e7c0f9f
2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
6 * Copyright (C) 2003 by Ralf Baechle
8 #ifndef __ASM_MACH_GENERIC_IRQ_H
9 #define __ASM_MACH_GENERIC_IRQ_H
16 #ifndef I8259A_IRQ_BASE
17 #define I8259A_IRQ_BASE 0
23 #ifndef MIPS_CPU_IRQ_BASE
25 #define MIPS_CPU_IRQ_BASE 16
27 #define MIPS_CPU_IRQ_BASE 0
28 #endif /* CONFIG_I8259 */
31 #ifdef CONFIG_IRQ_CPU_RM7K
32 #ifndef RM7K_CPU_IRQ_BASE
33 #define RM7K_CPU_IRQ_BASE (MIPS_CPU_IRQ_BASE+8)
37 #ifdef CONFIG_IRQ_CPU_RM9K
38 #ifndef RM9K_CPU_IRQ_BASE
39 #define RM9K_CPU_IRQ_BASE (MIPS_CPU_IRQ_BASE+12)
43 #endif /* CONFIG_IRQ_CPU */
45 #endif /* __ASM_MACH_GENERIC_IRQ_H */
This page took 0.03136 seconds and 4 git commands to generate.