rtl8029.h
上传用户:qddsws
上传日期:2022-06-22
资源大小:723k
文件大小:0k
源码类别:

操作系统开发

开发平台:

C/C++

  1. #ifndef RTL8029_H
  2. #define RTL8029_H
  3. #include <i386/pcibios.h>
  4. #include <i386/io_low_HLL.h>
  5. #include <i386/idt.h>
  6. #include <lib/string.h>
  7. #include <types.h>
  8. #include <init.h>
  9. #include <pci.h>
  10. void NS8390_init( struct device* dev);
  11. void ei_rx_overrun(struct device *dev);
  12. void __init_device init_rtl8029(struct device* dev);
  13. #endif