hw_irq.h 189 B

12345678910
  1. #ifndef _ASM_UM_HW_IRQ_H
  2. #define _ASM_UM_HW_IRQ_H
  3. #include "asm/irq.h"
  4. #include "asm/archparam.h"
  5. static inline void hw_resend_irq(struct hw_interrupt_type *h, unsigned int i)
  6. {}
  7. #endif