1 /* linux/arch/arm/mach-s3c24a0/include/mach/regs-irq.h
3 * Copyright (c) 2003 Simtec Electronics <linux@simtec.co.uk>
4 * http://www.simtec.co.uk/products/SWLINUX/
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.
12 #ifndef ___ASM_ARCH_24A0_REGS_IRQ_H
13 #define ___ASM_ARCH_24A0_REGS_IRQ_H __FILE__
16 #define S3C2410_EINTMASK S3C2410_EINTREG(0x034)
17 #define S3C2410_EINTPEND S3C2410_EINTREG(0X038)
19 #define S3C24XX_EINTMASK S3C24XX_EINTREG(0x034)
20 #define S3C24XX_EINTPEND S3C24XX_EINTREG(0X038)
22 #endif /* __ASM_ARCH_24A0_REGS_IRQ_H */