2024-09-09 08:52:07 +00:00
|
|
|
#ifndef __ASM_MACH_IRQS_H
|
|
|
|
#define __ASM_MACH_IRQS_H
|
|
|
|
|
2024-09-09 08:57:42 +00:00
|
|
|
/* Stuck here until drivers/pinctl/sh-pfc gets rid of legacy code */
|
2024-09-09 08:52:07 +00:00
|
|
|
|
2024-09-09 08:57:42 +00:00
|
|
|
/* External IRQ pins */
|
|
|
|
#define IRQPIN_BASE 2000
|
|
|
|
#define irq_pin(nr) ((nr) + IRQPIN_BASE)
|
2024-09-09 08:52:07 +00:00
|
|
|
|
|
|
|
#endif /* __ASM_MACH_IRQS_H */
|