https://github.com/torvalds/linux
Raw File
Tip revision: c02ed2e75ef4c74e41e421acb4ef1494671585e8 authored by Linus Torvalds on 26 March 2017, 21:15:16 UTC
Linux 4.11-rc4
Tip revision: c02ed2e
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      "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
back to top