Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 7e18e42e4b280c85b76967a9106a13ca61c16179 authored by Linus Torvalds on 04 September 2022, 20:10:01 UTC
Linux 6.0-rc4
Tip revision: 7e18e42
qedi_version.h
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * QLogic iSCSI Offload Driver
 * Copyright (c) 2016 Cavium Inc.
 */

#define QEDI_MODULE_VERSION	"8.37.0.20"
#define QEDI_DRIVER_MAJOR_VER		8
#define QEDI_DRIVER_MINOR_VER		37
#define QEDI_DRIVER_REV_VER		0
#define QEDI_DRIVER_ENG_VER		20
back to top