ql_ver.h revision 250661
1240116Smarcel/*
2240116Smarcel * Copyright (c) 2013-2014 Qlogic Corporation
3240116Smarcel * All rights reserved.
4240116Smarcel *
5240116Smarcel *  Redistribution and use in source and binary forms, with or without
6240116Smarcel *  modification, are permitted provided that the following conditions
7240116Smarcel *  are met:
8240116Smarcel *
9240116Smarcel *  1. Redistributions of source code must retain the above copyright
10240116Smarcel *     notice, this list of conditions and the following disclaimer.
11240116Smarcel *  2. Redistributions in binary form must reproduce the above copyright
12240116Smarcel *     notice, this list of conditions and the following disclaimer in the
13240116Smarcel *     documentation and/or other materials provided with the distribution.
14240116Smarcel *
15240116Smarcel *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
16240116Smarcel *  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17240116Smarcel *  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18240116Smarcel *  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
19240116Smarcel *  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
20240116Smarcel *  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
21240116Smarcel *  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
22240116Smarcel *  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
23240116Smarcel *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
24240116Smarcel *  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25240116Smarcel *  POSSIBILITY OF SUCH DAMAGE.
26240116Smarcel *
27240116Smarcel * $FreeBSD: head/sys/dev/qlxgbe/ql_ver.h 250661 2013-05-15 17:03:09Z davidcs $
28240116Smarcel */
29240116Smarcel/*
30240116Smarcel * File: ql_ver.h
31240116Smarcel * Author : David C Somayajulu, Qlogic Corporation, Aliso Viejo, CA 92656.
32240116Smarcel */
33240116Smarcel
34240116Smarcel#ifndef _QL_VER_H_
35240116Smarcel#define _QL_VER_H_
36240116Smarcel
37240116Smarcel#define QLA_VERSION_MAJOR 	3
38240116Smarcel#define QLA_VERSION_MINOR	10
39240116Smarcel#define QLA_VERSION_BUILD       10
40262855Sjmmv
41240116Smarcel#endif /* #ifndef _QL_VER_H_ */
42240116Smarcel