regs-irq.h 687 B

12345678910111213141516171819202122232425
  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. #ifndef ___ASM_ARCH_24A0_REGS_IRQ_H
  11. #define ___ASM_ARCH_24A0_REGS_IRQ_H __FILE__
  12. #define S3C2410_EINTMASK S3C2410_EINTREG(0x034)
  13. #define S3C2410_EINTPEND S3C2410_EINTREG(0X038)
  14. #define S3C24XX_EINTMASK S3C24XX_EINTREG(0x034)
  15. #define S3C24XX_EINTPEND S3C24XX_EINTREG(0X038)
  16. #endif /* __ASM_ARCH_24A0_REGS_IRQ_H */