diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-08-22 11:00:22 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-10-11 11:18:44 -0400 |
commit | 3cd4e067a3e548a56a8b5e202552dcd18a2783a9 (patch) | |
tree | 90aec37b9415ac73f82e6cbb7ff80ca4e2c10d06 /include/asm-mips/mach-rc32434/irq.h | |
parent | 021635280d4572b9d9bb5481b00afea8a66b295f (diff) |
MIPS: RB532: Cleanup and group definitions to their right places
This patch moves GPIO related definitions to gpio.h and IRQ
related to irq.h
Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/mach-rc32434/irq.h')
-rw-r--r-- | include/asm-mips/mach-rc32434/irq.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-mips/mach-rc32434/irq.h b/include/asm-mips/mach-rc32434/irq.h index cb9e4725f5dc..d68318b6b76d 100644 --- a/include/asm-mips/mach-rc32434/irq.h +++ b/include/asm-mips/mach-rc32434/irq.h | |||
@@ -5,4 +5,9 @@ | |||
5 | 5 | ||
6 | #include <asm/mach-generic/irq.h> | 6 | #include <asm/mach-generic/irq.h> |
7 | 7 | ||
8 | #define ETH0_DMA_RX_IRQ (GROUP1_IRQ_BASE + 0) | ||
9 | #define ETH0_DMA_TX_IRQ (GROUP1_IRQ_BASE + 1) | ||
10 | #define ETH0_RX_OVR_IRQ (GROUP3_IRQ_BASE + 9) | ||
11 | #define ETH0_TX_UND_IRQ (GROUP3_IRQ_BASE + 10) | ||
12 | |||
8 | #endif /* __ASM_RC32434_IRQ_H */ | 13 | #endif /* __ASM_RC32434_IRQ_H */ |