Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / arch / sh / include / mach-common / mach / lboxre2.h
blob3a4dcc5c74eea28187046d39af6ce3c946706b81
1 #ifndef __ASM_SH_LBOXRE2_H
2 #define __ASM_SH_LBOXRE2_H
4 /*
5 * Copyright (C) 2007 Nobuhiro Iwamatsu
7 * NTT COMWARE L-BOX RE2 support
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.
14 #include <linux/sh_intc.h>
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 */
23 void init_lboxre2_IRQ(void);
25 #define __IO_PREFIX lboxre2
26 #include <asm/io_generic.h>
28 #endif /* __ASM_SH_LBOXRE2_H */