qlnx_ver.h revision 322864
1240116Smarcel/*
2240116Smarcel * Copyright (c) 2017-2018 Cavium, Inc.
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
25315183Sngie *  POSSIBILITY OF SUCH DAMAGE.
26240116Smarcel *
27240116Smarcel * $FreeBSD: stable/10/sys/dev/qlnx/qlnxe/qlnx_ver.h 322864 2017-08-24 22:33:42Z davidcs $
28240116Smarcel *
29240116Smarcel */
30240116Smarcel
31240116Smarcel
32240116Smarcel/*
33240116Smarcel * File: qlnx_ver.h
34240116Smarcel * Author : David C Somayajulu, Cavium, Inc., San Jose, CA 95131.
35240116Smarcel */
36240116Smarcel/*
37240116Smarcel * version numbers
38240116Smarcel */
39240116Smarcel
40240116Smarcel#define QLNX_VERSION_MAJOR      1
41240116Smarcel#define QLNX_VERSION_MINOR      4
42240116Smarcel#define QLNX_VERSION_BUILD      7
43240116Smarcel
44240116Smarcel