irq_work.h 174 B

123456789
  1. #ifndef _ASM_POWERPC_IRQ_WORK_H
  2. #define _ASM_POWERPC_IRQ_WORK_H
  3. static inline bool arch_irq_work_has_interrupt(void)
  4. {
  5. return true;
  6. }
  7. #endif /* _ASM_POWERPC_IRQ_WORK_H */