1#ifndef __ASM_SH_LBOXRE2_H
2#define __ASM_SH_LBOXRE2_H
3
4/*
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 */
14#include <linux/sh_intc.h>
15
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 */
22
23void init_lboxre2_IRQ(void);
24
25#define __IO_PREFIX	lboxre2
26#include <asm/io_generic.h>
27
28#endif  /* __ASM_SH_LBOXRE2_H */
29