]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/arm/mach-shmobile/intc.h
Merge branch 'v4.4-samsung-defconfig' into for-next
[karo-tx-linux.git] / arch / arm / mach-shmobile / intc.h
index a5603c76cfe0bcc99a502ad3c5ab4e5ab2b951d8..40b2ad4ca5b4f1bbb912ad977caea31912bfdc7b 100644 (file)
@@ -287,4 +287,9 @@ static struct intc_desc p ## _desc __initdata = {                   \
                             p ## _sense_registers, NULL),              \
 }
 
+/* INTCS */
+#define INTCS_VECT_BASE                0x3400
+#define INTCS_VECT(n, vect)    INTC_VECT((n), INTCS_VECT_BASE + (vect))
+#define intcs_evt2irq(evt)     evt2irq(INTCS_VECT_BASE + (evt))
+
 #endif  /* __ASM_MACH_INTC_H */