home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / include / asm-um / hw_irq.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-08-11  |  189 b   |  11 lines

  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
  11.