1 /*
2  * linux/include/asm-arm/arch-sa1100/irq.h
3  *
4  * Author: Nicolas Pitre
5  */
6 
7 #define fixup_irq(x)	(x)
8 
9 /*
10  * This prototype is required for cascading of multiplexed interrupts.
11  * Since it doesn't exist elsewhere, we'll put it here for now.
12  */
13 extern void do_IRQ(int irq, struct pt_regs *regs);
14