2 * linux/arch/sh/boards/cat68701/irq.c
4 * Copyright (C) 2000 Niibe Yutaka
7 * Setup routines for A-ONE Corp CAT-68701 SH7708 Board
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
17 int cat68701_irq_demux(int irq
)
19 if(irq
==13) return 14;
24 void init_cat68701_IRQ()