1139749Simp/*
291398Stmm * Copyright (c) 2013-2014 Qlogic Corporation
3174987Smarius * All rights reserved.
491398Stmm *
591398Stmm *  Redistribution and use in source and binary forms, with or without
691398Stmm *  modification, are permitted provided that the following conditions
791398Stmm *  are met:
891398Stmm *
991398Stmm *  1. Redistributions of source code must retain the above copyright
1091398Stmm *     notice, this list of conditions and the following disclaimer.
1191398Stmm *  2. Redistributions in binary form must reproduce the above copyright
1291398Stmm *     notice, this list of conditions and the following disclaimer in the
1391398Stmm *     documentation and/or other materials provided with the distribution.
1491398Stmm *
1591398Stmm *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1691398Stmm *  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1791398Stmm *  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1891398Stmm *  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
1991398Stmm *  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2091398Stmm *  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2191398Stmm *  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2291398Stmm *  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2391398Stmm *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2491398Stmm *  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2591398Stmm *  POSSIBILITY OF SUCH DAMAGE.
2691398Stmm *
2791398Stmm * $FreeBSD: releng/11.0/sys/dev/qlxge/qls_ver.h 252206 2013-06-25 17:50:22Z davidcs $
2891398Stmm */
2991398Stmm/*
3091398Stmm * File: qls_ver.h
31119418Sobrien * Author : David C Somayajulu, Qlogic Corporation, Aliso Viejo, CA 92656.
32119418Sobrien */
33119418Sobrien
3491398Stmm#ifndef _QLS_VER_H_
35172334Smarius#define _QLS_VER_H_
3691398Stmm
3791398Stmm#define QLA_VERSION_MAJOR 	2
3891398Stmm#define QLA_VERSION_MINOR	0
3991398Stmm#define QLA_VERSION_BUILD	0
4091398Stmm
4191398Stmm#endif /* #ifndef _QLS_VER_H_ */
42148369Smarius