Merge tag 'omapdss-for-3.5-rc2' of git://gitorious.org/linux-omap-dss2/linux
[cascardo/linux.git] / arch / arm / mach-shmobile / include / mach / irqs.h
1 #ifndef __ASM_MACH_IRQS_H
2 #define __ASM_MACH_IRQS_H
3
4 #include <linux/sh_intc.h>
5
6 /* GIC */
7 #define gic_spi(nr)             ((nr) + 32)
8
9 /* INTCS */
10 #define INTCS_VECT_BASE         0x3400
11 #define INTCS_VECT(n, vect)     INTC_VECT((n), INTCS_VECT_BASE + (vect))
12 #define intcs_evt2irq(evt)      evt2irq(INTCS_VECT_BASE + (evt))
13
14 #endif /* __ASM_MACH_IRQS_H */