diff options
Diffstat (limited to 'include/asm-v850/hw_irq.h')
-rw-r--r-- | include/asm-v850/hw_irq.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/asm-v850/hw_irq.h b/include/asm-v850/hw_irq.h new file mode 100644 index 000000000000..4bdc98edb9f8 --- /dev/null +++ b/include/asm-v850/hw_irq.h @@ -0,0 +1,8 @@ +#ifndef __V850_HW_IRQ_H__ +#define __V850_HW_IRQ_H__ + +extern inline void hw_resend_irq (struct hw_interrupt_type *h, unsigned int i) +{ +} + +#endif /* __V850_HW_IRQ_H__ */ |