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 */ 11