⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rt8139.h

📁 自己动手写操作系统源代码,不可多得的代码
💻 H
字号:
//***********************************************************************/
//    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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -