xref: /openbmc/linux/arch/s390/include/asm/irq_work.h (revision 87832e937c808a7ebc41254b408362e3255c87c9)
1*55f03123SIlya Leoshkevich /* SPDX-License-Identifier: GPL-2.0 */
2*55f03123SIlya Leoshkevich #ifndef _ASM_S390_IRQ_WORK_H
3*55f03123SIlya Leoshkevich #define _ASM_S390_IRQ_WORK_H
4*55f03123SIlya Leoshkevich 
arch_irq_work_has_interrupt(void)5*55f03123SIlya Leoshkevich static inline bool arch_irq_work_has_interrupt(void)
6*55f03123SIlya Leoshkevich {
7*55f03123SIlya Leoshkevich 	return true;
8*55f03123SIlya Leoshkevich }
9*55f03123SIlya Leoshkevich 
10*55f03123SIlya Leoshkevich #endif /* _ASM_S390_IRQ_WORK_H */
11