diff options
Diffstat (limited to 'include/asm-m32r/hw_irq.h')
-rw-r--r-- | include/asm-m32r/hw_irq.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/asm-m32r/hw_irq.h b/include/asm-m32r/hw_irq.h new file mode 100644 index 0000000..8d7e9d0 --- /dev/null +++ b/include/asm-m32r/hw_irq.h @@ -0,0 +1,9 @@ +#ifndef _ASM_M32R_HW_IRQ_H +#define _ASM_M32R_HW_IRQ_H + +static inline void hw_resend_irq(struct hw_interrupt_type *h, unsigned int i) +{ + /* Nothing to do */ +} + +#endif /* _ASM_M32R_HW_IRQ_H */ |