Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
8ab4e2b30a0921d819b196d34ce58f19c3e0270b
/
.
/
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 */