Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __ASM_ARM_IRQ_WORK_H
0003 #define __ASM_ARM_IRQ_WORK_H
0004 
0005 #include <asm/smp_plat.h>
0006 
0007 static inline bool arch_irq_work_has_interrupt(void)
0008 {
0009     return is_smp();
0010 }
0011 
0012 extern void arch_irq_work_raise(void);
0013 
0014 #endif /* _ASM_ARM_IRQ_WORK_H */