2010-02-05 19:14:49 +08:00
|
|
|
#ifndef __ASM_MACH_IRQS_H
|
|
|
|
#define __ASM_MACH_IRQS_H
|
|
|
|
|
2014-06-17 15:47:29 +08:00
|
|
|
/* Stuck here until drivers/pinctl/sh-pfc gets rid of legacy code */
|
2010-03-11 13:30:30 +08:00
|
|
|
|
2013-02-26 11:00:59 +08:00
|
|
|
/* External IRQ pins */
|
|
|
|
#define IRQPIN_BASE 2000
|
|
|
|
#define irq_pin(nr) ((nr) + IRQPIN_BASE)
|
|
|
|
|
2010-02-05 19:14:49 +08:00
|
|
|
#endif /* __ASM_MACH_IRQS_H */
|