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