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

嵌入式Linux

开发平台:

Unix_Linux

  1. /*
  2.  * BK Id: SCCS/s.pmac_pic.h 1.9 08/19/01 22:23:04 paulus
  3.  */
  4. #ifndef _PPC_KERNEL_PMAC_PIC_H
  5. #define _PPC_KERNEL_PMAC_PIC_H
  6. #include "local_irq.h"
  7. extern struct hw_interrupt_type pmac_pic;
  8. void pmac_pic_init(void);
  9. int pmac_get_irq(struct pt_regs *regs);
  10. #endif /* _PPC_KERNEL_PMAC_PIC_H */