MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git] / include / asm-arm / arch-s3c24a0 / irq.h
blobfdd04c3d70f8d15b586809a6f441411980d8f1f6
1 /*
2 * include/asm-arm/arch-s3c24a0/irq.h
3 *
4 * $Id: irq.h,v 1.2 2005/11/28 03:55:11 gerg Exp $
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 */
12 * This prototype is required for cascading of multiplexed interrupts.
13 * Since it doesn't exist elsewhere, we'll put it here for now.
15 extern unsigned int fixup_irq(int i);
16 extern void do_IRQ(int irq, struct pt_regs *regs);