skversion.h

来自「这是Marvell Technology Group Ltd. 4355 (re」· C头文件 代码 · 共 43 行

H
43
字号
/****************************************************************************** * * Name:	skversion.h * Project:	GEnesis, PCI Gigabit Ethernet Adapter * Version:	$Revision: 1.1.4.1 $ * Date:	$Date: 2006/08/29 13:32:53 $ * Purpose:	specific version strings and numbers * ******************************************************************************//****************************************************************************** * *	(C)Copyright 1998-2002 SysKonnect GmbH. *	(C)Copyright 2002-2005 Marvell. * *      LICENSE: *      (C)Copyright Marvell. *       *      This program is free software; you can redistribute it and/or modify *      it under the terms of the GNU General Public License as published by *      the Free Software Foundation; either version 2 of the License, or *      (at your option) any later version. *       *      The information in this file is provided "AS IS" without warranty. *      /LICENSE  * ******************************************************************************/#define BOOT_STRING  "sk98lin: Network Device Driver v10.60.2.3\n" \                     "(C)Copyright 1999-2008 Marvell(R)."#define VER_STRING   "10.60.2.3"#define PATCHLEVEL   "02"#define DRIVER_FILE_NAME   "sk98lin"#define DRIVER_REL_DATE    "Apr-28-2008"#define DRV_NAME   "sk98lin"#define DRV_VERSION   "10.60.2.3"/******************************************************************************* * * End of file * ******************************************************************************/

⌨️ 快捷键说明

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