RT-AC66 3.0.0.4.374.130 core
[tomato.git] / release / src-rt-6.x / include / epivers.h
blob70fac36c044f84a445814841331d2b3de5d6408d
1 /*
2 * Copyright (C) 2012, Broadcom Corporation. All Rights Reserved.
3 *
4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted, provided that the above
6 * copyright notice and this permission notice appear in all copies.
7 *
8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
11 * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
13 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
14 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 * $Id: epivers.h.in,v 13.33 2010-09-08 22:08:53 $
20 #ifndef _epivers_h_
21 #define _epivers_h_
23 #define EPI_MAJOR_VERSION 6
25 #define EPI_MINOR_VERSION 30
27 #define EPI_RC_NUMBER 102
29 #define EPI_INCREMENTAL_NUMBER 9
31 #define EPI_BUILD_NUMBER 0
33 #define EPI_VERSION 6, 30, 102, 9
35 #define EPI_VERSION_NUM 0x061e6609
37 #define EPI_VERSION_DEV 6.30.102
39 /* Driver Version String, ASCII, 32 chars max */
40 #ifdef WLTEST
41 #define EPI_VERSION_STR "6.30.102.9 (r366174 WLTEST)"
42 #else
43 #define EPI_VERSION_STR "6.30.102.9 (r366174)"
44 #endif
46 #endif /* _epivers_h_ */