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