irqs.h 396 B

12345678910111213141516171819
  1. /* linux/arch/arm/mach-s5pc100/include/mach/irqs.h
  2. *
  3. * Copyright 2009 Samsung Electronics Co.
  4. * Byungho Min <bhmin@samsung.com>
  5. *
  6. * S5PC100 - IRQ definitions
  7. */
  8. #ifndef __ASM_ARCH_IRQS_H
  9. #define __ASM_ARCH_IRQS_H __FILE__
  10. #include <plat/irqs.h>
  11. /* LCD */
  12. #define IRQ_LCD_FIFO IRQ_LCD0
  13. #define IRQ_LCD_VSYNC IRQ_LCD1
  14. #define IRQ_LCD_SYSTEM IRQ_LCD2
  15. #endif /* __ASM_ARCH_IRQ_H */