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