Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
46c383cc4530ccc438cb325e92e11eb21dd3d4fc
/
.
/
include
/
asm-cris
/
irq.h
blob: 998cce9f3200308dd6c87c5f23276e13709ae724 [
file
] [
log
] [
blame
]
#ifndef
_ASM_IRQ_H
#define
_ASM_IRQ_H
#include
<asm/arch/irq.h>
static
inline
int
irq_canonicalize
(
int
irq
)
{
return
irq
;
}
#endif
/* _ASM_IRQ_H */