blob: 5aee83f079e2251e1b0c7df3d6b1c4692ef7b93c [file] [log] [blame]
Kyle Swenson8d8f6542021-03-15 11:02:55 -06001#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 */