PageRenderTime 38ms CodeModel.GetById 26ms app.highlight 8ms RepoModel.GetById 1ms app.codeStats 0ms

/drivers/scsi/lpfc/lpfc_version.h

https://bitbucket.org/wisechild/galaxy-nexus
C++ Header | 28 lines | 7 code | 2 blank | 19 comment | 0 complexity | fefb3283a541443c05e3eb33dc44981c MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
 1/*******************************************************************
 2 * This file is part of the Emulex Linux Device Driver for         *
 3 * Fibre Channel Host Bus Adapters.                                *
 4 * Copyright (C) 2004-2011 Emulex.  All rights reserved.           *
 5 * EMULEX and SLI are trademarks of Emulex.                        *
 6 * www.emulex.com                                                  *
 7 *                                                                 *
 8 * This program is free software; you can redistribute it and/or   *
 9 * modify it under the terms of version 2 of the GNU General       *
10 * Public License as published by the Free Software Foundation.    *
11 * This program is distributed in the hope that it will be useful. *
12 * ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND          *
13 * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,  *
14 * FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT, ARE      *
15 * DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD *
16 * TO BE LEGALLY INVALID.  See the GNU General Public License for  *
17 * more details, a copy of which can be found in the file COPYING  *
18 * included with this package.                                     *
19 *******************************************************************/
20
21#define LPFC_DRIVER_VERSION "8.3.23"
22#define LPFC_DRIVER_NAME		"lpfc"
23#define LPFC_SP_DRIVER_HANDLER_NAME	"lpfc:sp"
24#define LPFC_FP_DRIVER_HANDLER_NAME	"lpfc:fp"
25
26#define LPFC_MODULE_DESC "Emulex LightPulse Fibre Channel SCSI driver " \
27		LPFC_DRIVER_VERSION
28#define LPFC_COPYRIGHT "Copyright(c) 2004-2009 Emulex.  All rights reserved."