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 Leoshkevichstatic 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