local_irq.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:1k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /*
  2.  * BK Id: SCCS/s.local_irq.h 1.7 05/17/01 18:14:21 cort
  3.  */
  4. #ifndef _PPC_KERNEL_LOCAL_IRQ_H
  5. #define _PPC_KERNEL_LOCAL_IRQ_H
  6. #include <linux/kernel_stat.h>
  7. #include <linux/interrupt.h>
  8. #include <linux/cache.h>
  9. #include <linux/spinlock.h>
  10. #include <linux/irq.h>
  11. void ppc_irq_dispatch_handler(struct pt_regs *regs, int irq);
  12. #define NR_MASK_WORDS ((NR_IRQS + 31) / 32)
  13. extern int ppc_spurious_interrupts;
  14. extern int ppc_second_irq;
  15. extern struct irqaction *ppc_irq_action[NR_IRQS];
  16. #endif /* _PPC_KERNEL_LOCAL_IRQ_H */