Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: e4e737bb5c170df6135a127739a9e6148ee3da82 authored by Linus Torvalds on 20 September 2021, 00:28:22 UTC
Linux 5.15-rc2
Tip revision: e4e737b
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