aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-shmobile/intc.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-shmobile/intc.h')
-rw-r--r--arch/arm/mach-shmobile/intc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/intc.h b/arch/arm/mach-shmobile/intc.h
index a5603c76cfe0..40b2ad4ca5b4 100644
--- a/arch/arm/mach-shmobile/intc.h
+++ b/arch/arm/mach-shmobile/intc.h
@@ -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 */