Sign in
gfiber
/
kernel
/
bruno
/
d0ba0f6a82914e684e5d9ae2cae702bed75670fe
/
.
/
arch
/
arm
/
mach-shmobile
/
include
/
mach
/
irqs.h
blob: 5aee83f079e2251e1b0c7df3d6b1c4692ef7b93c [
file
] [
log
] [
blame
]
#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 */