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-s3c3410 / irq.h
blob26ec8232aa1d7fbf97086aede005aa1880aad57d
1 /*
2 * linux/include/asm-armnommu/arch-s3c3410/irq.h
4 * Copyright (C) 2003 SAMSUNG ELECTRONICS
5 * Hyok S. Choi (hyok.choi@samsung.com)
7 */
8 #ifndef __S3C3410_irq_h
9 #define __S3C3410_irq_h
11 #include <asm/hardware.h>
12 #include <asm/io.h>
13 #include <asm/mach/irq.h>
14 #include <asm/arch/irqs.h>
16 extern unsigned int fixup_irq(int i);
18 extern void do_IRQ(int irq, struct pt_regs *regs);
20 extern void s3c3410_init_irq(void);
22 #define irq_init_irq s3c3410_init_irq
24 #endif