hw_irq.h 374 B

1234567891011121314151617
  1. #ifndef _ASM_HW_IRQ_H
  2. #define _ASM_HW_IRQ_H
  3. /*
  4. * linux/include/asm/hw_irq.h
  5. *
  6. * (C) 1992, 1993 Linus Torvalds, (C) 1997 Ingo Molnar
  7. *
  8. * moved some of the old arch/i386/kernel/irq.h to here. VY
  9. *
  10. * IRQ/IPI changes taken from work by Thomas Radke
  11. * <tomsoft@informatik.tu-chemnitz.de>
  12. */
  13. extern void hw_resend_irq(struct hw_interrupt_type *, unsigned int);
  14. #endif