1*b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */ 2c5c38ef3SPeter Zijlstra #ifndef __ASM_IRQ_WORK_H 3c5c38ef3SPeter Zijlstra #define __ASM_IRQ_WORK_H 4c5c38ef3SPeter Zijlstra arch_irq_work_has_interrupt(void)5c5c38ef3SPeter Zijlstrastatic inline bool arch_irq_work_has_interrupt(void) 6c5c38ef3SPeter Zijlstra { 7c5c38ef3SPeter Zijlstra return false; 8c5c38ef3SPeter Zijlstra } 9c5c38ef3SPeter Zijlstra 10c5c38ef3SPeter Zijlstra #endif /* __ASM_IRQ_WORK_H */ 11c5c38ef3SPeter Zijlstra 12