hw_irq.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  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. #include <asm/irq.h>
  14. #endif