Maxime Bizon | e7300d0 | 2009-08-18 13:23:37 +0100 | [diff] [blame^] | 1 | #ifndef BCM63XX_IRQ_H_ |
2 | #define BCM63XX_IRQ_H_ | ||||
3 | |||||
4 | #include <bcm63xx_cpu.h> | ||||
5 | |||||
6 | #define IRQ_MIPS_BASE 0 | ||||
7 | #define IRQ_INTERNAL_BASE 8 | ||||
8 | |||||
9 | #define IRQ_EXT_BASE (IRQ_MIPS_BASE + 3) | ||||
10 | #define IRQ_EXT_0 (IRQ_EXT_BASE + 0) | ||||
11 | #define IRQ_EXT_1 (IRQ_EXT_BASE + 1) | ||||
12 | #define IRQ_EXT_2 (IRQ_EXT_BASE + 2) | ||||
13 | #define IRQ_EXT_3 (IRQ_EXT_BASE + 3) | ||||
14 | |||||
15 | #endif /* ! BCM63XX_IRQ_H_ */ |