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-p2001 / irq.h
blob8e857059728bc9cdab33c8c1788bd559e54a5a7b
1 /*
2 * linux/include/asm-armnommu/arch-p2001/irq.h
4 * Copyright (C) 2004 Tobias Lorenz
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 */
11 #ifndef __ASM_ARCH_IRQ_H__
12 #define __ASM_ARCH_IRQ_H__
15 #include <asm/hardware.h>
16 #include <asm/io.h>
17 #include <asm/mach/irq.h>
18 #include <asm/arch/irqs.h>
20 #define fixup_irq(x) (x)
22 extern void do_IRQ(int irq, struct pt_regs *regs);
24 extern void p2001_mask_irq(unsigned int irq);
25 extern void p2001_unmask_irq(unsigned int irq);
26 extern void p2001_mask_ack_irq(unsigned int irq);
28 extern void p2001_init_irq(void);
30 #define irq_init_irq p2001_init_irq
32 #endif /* __ASM_ARCH_IRQ_H__ */