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

📄 version.h

📁 usb2.0芯片68013的设备驱动程序,可以很可以实现对68013的各种操作
💻 H
字号:
#ifndef	VERSION_INCLUDED
#define	VERSION_INCLUDED

//////////////////////////////////////////////////////////////////////
//
// File:      version.h
// $Archive: /USB/Drivers/ezusbdrv/Version.h $
//
// Purpose:
//    Version information header file for EZ-USB General Purpose Driver
//
// Environment:
//    kernel mode
//
// $Author: Tpm $
//
//  
// Copyright (c) 1997 Anchor Chips, Inc.  May not be reproduced without
// permission.  See the license agreement for more details.
//
//////////////////////////////////////////////////////////////////////

//
// Make sure to keep these in sync with the version
// information in ezusbsys.rc
//
#define EZUSB_MAJOR_VERSION		01
#define EZUSB_MINOR_VERSION		01
#define EZUSB_BUILD_VERSION		0000

#endif	//	VERSION_INCLUDED

⌨️ 快捷键说明

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