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