hw_irq.h 168 B

12345678
  1. #ifndef __V850_HW_IRQ_H__
  2. #define __V850_HW_IRQ_H__
  3. static inline void hw_resend_irq (struct hw_interrupt_type *h, unsigned int i)
  4. {
  5. }
  6. #endif /* __V850_HW_IRQ_H__ */