diff options
Diffstat (limited to 'arch/arm/plat-s5p/include/plat/irqs.h')
-rw-r--r-- | arch/arm/plat-s5p/include/plat/irqs.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/plat-s5p/include/plat/irqs.h b/arch/arm/plat-s5p/include/plat/irqs.h index 23603c7f1943..7f653bce3c13 100644 --- a/arch/arm/plat-s5p/include/plat/irqs.h +++ b/arch/arm/plat-s5p/include/plat/irqs.h | |||
@@ -103,4 +103,11 @@ | |||
103 | #define S5P_GPIOINT_GROUP_SIZE 8 | 103 | #define S5P_GPIOINT_GROUP_SIZE 8 |
104 | #define S5P_GPIOINT_COUNT (S5P_GPIOINT_GROUP_COUNT * S5P_GPIOINT_GROUP_SIZE) | 104 | #define S5P_GPIOINT_COUNT (S5P_GPIOINT_GROUP_COUNT * S5P_GPIOINT_GROUP_SIZE) |
105 | 105 | ||
106 | /* IRQ types common for all s5p platforms */ | ||
107 | #define S5P_IRQ_TYPE_LEVEL_LOW (0x00) | ||
108 | #define S5P_IRQ_TYPE_LEVEL_HIGH (0x01) | ||
109 | #define S5P_IRQ_TYPE_EDGE_FALLING (0x02) | ||
110 | #define S5P_IRQ_TYPE_EDGE_RISING (0x03) | ||
111 | #define S5P_IRQ_TYPE_EDGE_BOTH (0x04) | ||
112 | |||
106 | #endif /* __ASM_PLAT_S5P_IRQS_H */ | 113 | #endif /* __ASM_PLAT_S5P_IRQS_H */ |