tegrakernel/kernel/kernel-4.9/arch/powerpc/include/asm/irq_work.h

11 lines
213 B
C
Raw Normal View History

2022-02-16 09:13:02 -06:00
#ifndef _ASM_POWERPC_IRQ_WORK_H
#define _ASM_POWERPC_IRQ_WORK_H
static inline bool arch_irq_work_has_interrupt(void)
{
return true;
}
extern void arch_irq_work_raise(void);
#endif /* _ASM_POWERPC_IRQ_WORK_H */