Nobuhiro Iwamatsu | c86c5a9 | 2007-03-26 14:27:43 +0900 | [diff] [blame] | 1 | #ifndef __ASM_SH_LBOXRE2_H |
| 2 | #define __ASM_SH_LBOXRE2_H |
| 3 | |
| 4 | /* |
Nobuhiro Iwamatsu | c86c5a9 | 2007-03-26 14:27:43 +0900 | [diff] [blame] | 5 | * Copyright (C) 2007 Nobuhiro Iwamatsu |
| 6 | * |
| 7 | * NTT COMWARE L-BOX RE2 support |
| 8 | * |
| 9 | * This file is subject to the terms and conditions of the GNU General Public |
| 10 | * License. See the file "COPYING" in the main directory of this archive |
| 11 | * for more details. |
| 12 | * |
| 13 | */ |
Paul Mundt | 58796ce | 2012-05-18 17:42:29 +0900 | [diff] [blame] | 14 | #include <linux/sh_intc.h> |
Nobuhiro Iwamatsu | c86c5a9 | 2007-03-26 14:27:43 +0900 | [diff] [blame] | 15 | |
Paul Mundt | 58796ce | 2012-05-18 17:42:29 +0900 | [diff] [blame] | 16 | #define IRQ_CF1 evt2irq(0x320) /* CF1 */ |
| 17 | #define IRQ_CF0 evt2irq(0x340) /* CF0 */ |
| 18 | #define IRQ_INTD evt2irq(0x360) /* INTD */ |
| 19 | #define IRQ_ETH1 evt2irq(0x380) /* Ether1 */ |
| 20 | #define IRQ_ETH0 evt2irq(0x3a0) /* Ether0 */ |
| 21 | #define IRQ_INTA evt2irq(0x3c0) /* INTA */ |
Nobuhiro Iwamatsu | c86c5a9 | 2007-03-26 14:27:43 +0900 | [diff] [blame] | 22 | |
| 23 | void init_lboxre2_IRQ(void); |
| 24 | |
| 25 | #define __IO_PREFIX lboxre2 |
| 26 | #include <asm/io_generic.h> |
| 27 | |
| 28 | #endif /* __ASM_SH_LBOXRE2_H */ |