Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel/git...
[pandora-kernel.git] / arch / arm / mach-s5pc100 / include / mach / irqs.h
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
9 #ifndef __ASM_ARCH_IRQS_H
10 #define __ASM_ARCH_IRQS_H __FILE__
11
12 #include <plat/irqs.h>
13
14 /* LCD */
15 #define IRQ_LCD_FIFO            IRQ_LCD0
16 #define IRQ_LCD_VSYNC           IRQ_LCD1
17 #define IRQ_LCD_SYSTEM          IRQ_LCD2
18
19 #endif /* __ASM_ARCH_IRQ_H */