Flatten brcm63xx patches, should make our life easier to patch files now ;)
[openwrt/openwrt.git] / target / linux / brcm63xx / files / include / asm-mips / mach-bcm63xx / bcm63xx_irq.h
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_ */