Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _ASM_POWERPC_IRQ_WORK_H
0003 #define _ASM_POWERPC_IRQ_WORK_H
0004 
0005 static inline bool arch_irq_work_has_interrupt(void)
0006 {
0007     return true;
0008 }
0009 extern void arch_irq_work_raise(void);
0010 
0011 #endif /* _ASM_POWERPC_IRQ_WORK_H */