Manish Rangankar | ace7f46 | 2016-12-01 00:21:08 -0800 | [diff] [blame] | 1 | /* |
2 | * QLogic iSCSI Offload Driver | ||||
3 | * Copyright (c) 2016 Cavium Inc. | ||||
4 | * | ||||
5 | * This software is available under the terms of the GNU General Public License | ||||
6 | * (GPL) Version 2, available from the file COPYING in the main directory of | ||||
7 | * this source tree. | ||||
8 | */ | ||||
9 | |||||
10 | #define QEDI_MODULE_VERSION "8.10.3.0" | ||||
11 | #define QEDI_DRIVER_MAJOR_VER 8 | ||||
12 | #define QEDI_DRIVER_MINOR_VER 10 | ||||
13 | #define QEDI_DRIVER_REV_VER 3 | ||||
14 | #define QEDI_DRIVER_ENG_VER 0 |