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