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

嵌入式Linux

开发平台:

Unix_Linux

  1. /*
  2.  * BK Id: SCCS/s.i8259.h 1.8 12/19/01 09:45:54 trini
  3.  */
  4. #ifndef _PPC_KERNEL_i8259_H
  5. #define _PPC_KERNEL_i8259_H
  6. #include "local_irq.h"
  7. extern struct hw_interrupt_type i8259_pic;
  8. void i8259_init(long);
  9. int i8259_irq(void);
  10. int i8259_poll(void);
  11. #endif /* _PPC_KERNEL_i8259_H */