mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-26 21:54:11 +08:00
6c611d18f3
Signed-off-by: Himanshu Madhani <himanshu.madhani@cavium.com> signed-off-by: Giridhar Malavali <giridhar.malavali@cavium.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
16 lines
345 B
C
16 lines
345 B
C
/*
|
|
* QLogic Fibre Channel HBA Driver
|
|
* Copyright (c) 2003-2014 QLogic Corporation
|
|
*
|
|
* See LICENSE.qla2xxx for copyright and licensing details.
|
|
*/
|
|
/*
|
|
* Driver version
|
|
*/
|
|
#define QLA2XXX_VERSION "9.00.00.00-k"
|
|
|
|
#define QLA_DRIVER_MAJOR_VER 9
|
|
#define QLA_DRIVER_MINOR_VER 0
|
|
#define QLA_DRIVER_PATCH_VER 0
|
|
#define QLA_DRIVER_BETA_VER 0
|