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

📄 iscsi-version.h

📁 这个linux源代码是很全面的~基本完整了~使用c编译的~由于时间问题我没有亲自测试~但就算用来做参考资料也是非常好的
💻 H
字号:
/* * iSCSI driver for Linux * Copyright (C) 2001 Cisco Systems, Inc. * maintained by linux-iscsi@cisco.com * * 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. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * See the file COPYING included with this distribution for more details. * * * $Id: iscsi-version.h,v 1.13 2002/10/08 21:36:19 smferris Exp $ * *      controls the version number printed by the iSCSI driver * */#define DRIVER_MAJOR_VERSION 3#define DRIVER_MINOR_VERSION 1#define DRIVER_PATCH_VERSION	0#define DRIVER_INTERNAL_VERSION	3/* DRIVER_EXTRAVERSION is intended to be customized by Linux * distributors, similar to the kernel Makefile's EXTRAVERSION.  This * string will be appended to all version numbers displayed by the * driver.  RPMs that patch the driver are encouraged to also patch * this string to indicate to users that the driver has been patched, * and may behave differently than a driver tarball from SourceForge. */#define DRIVER_EXTRAVERSION ""#define ISCSI_DATE	" 8-Oct-2002"/* Distributors may also set BUILD_STR to a string, which will be * logged by the kernel module after it loads and displays the version * number.  It is currently used as part of the driver development * process, to mark tarballs built by developers containing code  * not yet checked into CVS.  Publically available tarballs on * SourceForge should always have BUILD_STR set to NULL, since * all code should be checked in prior to making a public release. */#define BUILD_STR	NULL

⌨️ 快捷键说明

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