https://github.com/torvalds/linux
Raw File
Tip revision: 30a7acd573899fd8b8ac39236eff6468b195ac7d authored by Linus Torvalds on 31 December 2017, 22:47:43 UTC
Linux 4.15-rc6
Tip revision: 30a7acd
qla_version.h
/*
 * QLogic Fibre Channel HBA Driver
 * Copyright (c)  2003-2014 QLogic Corporation
 *
 * See LICENSE.qla2xxx for copyright and licensing details.
 */
/*
 * Driver version
 */
#define QLA2XXX_VERSION      "10.00.00.02-k"

#define QLA_DRIVER_MAJOR_VER	10
#define QLA_DRIVER_MINOR_VER	0
#define QLA_DRIVER_PATCH_VER	0
#define QLA_DRIVER_BETA_VER	0
back to top