of: MSI: Simplify irqdomain lookup
[linux/fpc-iii.git] / arch / arm / mach-shmobile / include / mach / irqs.h
blob5aee83f079e2251e1b0c7df3d6b1c4692ef7b93c
1 #ifndef __ASM_MACH_IRQS_H
2 #define __ASM_MACH_IRQS_H
4 /* Stuck here until drivers/pinctl/sh-pfc gets rid of legacy code */
6 /* External IRQ pins */
7 #define IRQPIN_BASE 2000
8 #define irq_pin(nr) ((nr) + IRQPIN_BASE)
10 #endif /* __ASM_MACH_IRQS_H */