irqs.h 247 B

12345678910
  1. #ifndef __ASM_MACH_IRQS_H
  2. #define __ASM_MACH_IRQS_H
  3. /* Stuck here until drivers/pinctl/sh-pfc gets rid of legacy code */
  4. /* External IRQ pins */
  5. #define IRQPIN_BASE 2000
  6. #define irq_pin(nr) ((nr) + IRQPIN_BASE)
  7. #endif /* __ASM_MACH_IRQS_H */