Fedora kernel-2.6.17-1.2142_FC4 patched with stable patch-2.6.17.4-vs2.0.2-rc26.diff
[linux-2.6.git] / include / asm-um / hw_irq.h
1 #ifndef _ASM_UM_HW_IRQ_H
2 #define _ASM_UM_HW_IRQ_H
3
4 #include "asm/irq.h"
5 #include "asm/archparam.h"
6
7 static inline void hw_resend_irq(struct hw_interrupt_type *h, unsigned int i)
8 {}
9
10 #endif