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

嵌入式Linux

开发平台:

Unix_Linux

  1. /*
  2.  * BK Id: SCCS/s.ppc8xx_pic.h 1.7 05/17/01 18:14:21 cort
  3.  */
  4. #ifndef _PPC_KERNEL_PPC8xx_H
  5. #define _PPC_KERNEL_PPC8xx_H
  6. #include <linux/config.h>
  7. #include "local_irq.h"
  8. extern struct hw_interrupt_type ppc8xx_pic;
  9. void m8xx_pic_init(void);
  10. void m8xx_do_IRQ(struct pt_regs *regs,
  11.                  int            cpu);
  12. int m8xx_get_irq(struct pt_regs *regs);
  13. #ifdef CONFIG_MBX
  14. #include "i8259.h"
  15. #include <asm/io.h>
  16. void mbx_i8259_action(int cpl, void *dev_id, struct pt_regs *regs);
  17. #endif
  18. #endif /* _PPC_KERNEL_PPC8xx_H */