Back to home page

OSCL-LXR

 
 

    


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