irq_work.h 213 B

1234567891011
  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. extern void arch_irq_work_raise(void);
  8. #endif /* _ASM_POWERPC_IRQ_WORK_H */