mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-09 17:02:46 -04:00
10 lines
247 B
C
10 lines
247 B
C
#ifndef __ASM_MACH_IRQS_H
|
|
#define __ASM_MACH_IRQS_H
|
|
|
|
/* Stuck here until drivers/pinctl/sh-pfc gets rid of legacy code */
|
|
|
|
/* External IRQ pins */
|
|
#define IRQPIN_BASE 2000
|
|
#define irq_pin(nr) ((nr) + IRQPIN_BASE)
|
|
|
|
#endif /* __ASM_MACH_IRQS_H */
|