Blame view

include/asm-generic/irq_work.h 155 Bytes
c5c38ef3d   Peter Zijlstra   irq_work: Introdu...
1
2
3
4
5
6
7
8
9
  #ifndef __ASM_IRQ_WORK_H
  #define __ASM_IRQ_WORK_H
  
  static inline bool arch_irq_work_has_interrupt(void)
  {
  	return false;
  }
  
  #endif /* __ASM_IRQ_WORK_H */