Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
2e9f7cb7869059e55cd91f5e23c6380f3763db56
/
.
/
include
/
asm-cris
/
irq.h
blob: 8e787fdaedd41835db69807807278d953b337c34 [
file
] [
log
] [
blame
]
#ifndef
_ASM_IRQ_H
#define
_ASM_IRQ_H
#include
<asm/arch/irq.h>
extern
__inline__
int
irq_canonicalize
(
int
irq
)
{
return
irq
;
}
#endif
/* _ASM_IRQ_H */