Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / arch / arm / mach-shmobile / include / mach / irqs.h
1 #ifndef __ASM_MACH_IRQS_H
2 #define __ASM_MACH_IRQS_H
3
4 /* Stuck here until drivers/pinctl/sh-pfc gets rid of legacy code */
5
6 /* External IRQ pins */
7 #define IRQPIN_BASE             2000
8 #define irq_pin(nr)             ((nr) + IRQPIN_BASE)
9
10 #endif /* __ASM_MACH_IRQS_H */