Sign in
kunit
/
linux
/
511bea5ea2b2b330e67c9e58ffb5027caebf9052
/
.
/
include
/
asm-cris
/
irq.h
blob: 4fab5c3b2e15ca4ee294346535d14456145c520e [
file
]
#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>
extern
__inline__
int
irq_canonicalize
(
int
irq
)
{
return
irq
;
}
#endif
/* _ASM_IRQ_H */