Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef __V850_HW_IRQ_H__ |
2 | #define __V850_HW_IRQ_H__ | ||||
3 | |||||
Adrian Bunk | 23f88fe | 2005-11-07 00:59:00 -0800 | [diff] [blame] | 4 | static inline void hw_resend_irq (struct hw_interrupt_type *h, unsigned int i) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | { |
6 | } | ||||
7 | |||||
8 | #endif /* __V850_HW_IRQ_H__ */ |