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-espd_4510b / irq.h
blob34ba6cb97b27ec46b60028dd389aad232f537f1a
1 /*
2 * linux/include/asm-armnommu/arch-espd_4510b/irq.h
4 * Copyright (c) 2004 Cucy Systems (http://www.cucy.com)
5 * Curt Brune <curt@cucy.com>
7 * Copyright (C) 2003 SAMSUNG ELECTRONICS
8 * Hyok S. Choi (hyok.choi@samsung.com)
11 #ifndef __ARCH_S3C4510B_irq_h
12 #define __ARCH_S3C4510B_irq_h
14 #include <asm/hardware.h>
15 #include <asm/io.h>
16 #include <asm/mach/irq.h>
17 #include <asm/arch/irqs.h>
19 extern unsigned int fixup_irq(int i);
21 extern void do_IRQ(int irq, struct pt_regs *regs);
23 extern void s3c4510b_init_irq(void);
25 #define irq_init_irq s3c4510b_init_irq
27 #endif