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

Linux/Unix编程

开发平台:

Unix_Linux

  1. /*
  2.  * linux/include/asm-arm/arch-sa1100/irq.h
  3.  * 
  4.  * Author: Nicolas Pitre
  5.  */
  6. #define fixup_irq(x) (x)
  7. /*
  8.  * This prototype is required for cascading of multiplexed interrupts.
  9.  * Since it doesn't exist elsewhere, we'll put it here for now.
  10.  */
  11. extern void do_IRQ(int irq, struct pt_regs *regs);