···1111 * License. See the file "COPYING" in the main directory of this archive1212 * for more details.1313 */1414+#include <linux/sh_intc.h>1415#include <asm/addrspace.h>15161617/* Box specific addresses. */···68676968#define SDK7780_NR_IRL 157069/* IDE/ATA interrupt */7171-#define IRQ_CFCARD 147070+#define IRQ_CFCARD evt2irq(0x3c0)7271/* SMC interrupt */7373-#define IRQ_ETHERNET 67272+#define IRQ_ETHERNET evt2irq(0x2c0)747375747675/* arch/sh/boards/renesas/sdk7780/irq.c */