rt8139.h

来自「C写的小型操作系统源码」· C头文件 代码 · 共 27 行

H
27
字号
//***********************************************************************/
//    Author                    : Garry
//    Original Date             : Sep,02 2005
//    Module Name               : RT8139.H
//    Module Funciton           : 
//                                This file is a hardware driver source file.
//                                It contains types definition for RealTek 8139 series network
//                                interface card's.
//
//    Last modified Author      :
//    Last modified Date        :
//    Last modified Content     :
//                                1.
//                                2.
//    Lines number              :
//***********************************************************************/

#ifndef __RT8139_H__
#define __RT8139_H__
#endif

#define VENDOR_ID    0x10EC
#define DEVICE_ID    0x8139

BOOL DriverEntry(__DRIVER_OBJECT*,__RESOURCE*);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?