Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
0fdc7e67dd312986e30b861adff48732bd33eb3f
/
.
/
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 */