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

Linux/Unix编程

开发平台:

Unix_Linux

  1. /*
  2.  * BK Id: %F% %I% %G% %U% %#%
  3.  */
  4. #ifndef _PPC_KERNEL_PPC8xx_H
  5. #define _PPC_KERNEL_PPC8xx_H
  6. #include <linux/config.h>
  7. #include <linux/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 <asm/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 */