2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-29 15:43:59 +08:00
linux-next/arch/cris/include/asm/irq.h

14 lines
155 B
C
Raw Normal View History

#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 */