blob: 3a4dcc5c74eea28187046d39af6ce3c946706b81 [file] [log] [blame]
Nobuhiro Iwamatsuc86c5a92007-03-26 14:27:43 +09001#ifndef __ASM_SH_LBOXRE2_H
2#define __ASM_SH_LBOXRE2_H
3
4/*
Nobuhiro Iwamatsuc86c5a92007-03-26 14:27:43 +09005 * 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 Mundt58796ce2012-05-18 17:42:29 +090014#include <linux/sh_intc.h>
Nobuhiro Iwamatsuc86c5a92007-03-26 14:27:43 +090015
Paul Mundt58796ce2012-05-18 17:42:29 +090016#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 Iwamatsuc86c5a92007-03-26 14:27:43 +090022
23void init_lboxre2_IRQ(void);
24
25#define __IO_PREFIX lboxre2
26#include <asm/io_generic.h>
27
28#endif /* __ASM_SH_LBOXRE2_H */