irq_work.h 194 B

1234567891011
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __ASM_IRQ_WORK_H
  3. #define __ASM_IRQ_WORK_H
  4. static inline bool arch_irq_work_has_interrupt(void)
  5. {
  6. return false;
  7. }
  8. #endif /* __ASM_IRQ_WORK_H */