Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
e851b620e775c9f0e00b1c7e35072d6b98097cb9
/
.
/
include
/
asm-cris
/
irq.h
blob: 4b338792218b045ce9593af9f5bac2329f686986 [
file
] [
log
] [
blame
]
#ifndef
_ASM_IRQ_H
#define
_ASM_IRQ_H
/*
* IRQ line status macro IRQ_PER_CPU is used
*/
#define
ARCH_HAS_IRQ_PER_CPU
#include
<asm/arch/irq.h>
static
inline
int
irq_canonicalize
(
int
irq
)
{
return
irq
;
}
#endif
/* _ASM_IRQ_H */