Resync with broadcom drivers 5.100.138.20 and utilities.
[tomato.git] / release / src-rt / include / epivers.h
blob70d29da2b85278f81373fef6e61406bc97bd3738
1 /*
2 * Copyright (C) 2010, 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.32 2009-11-04 00:51:53 Exp $
20 #ifndef _epivers_h_
21 #define _epivers_h_
23 #define EPI_MAJOR_VERSION 5
25 #define EPI_MINOR_VERSION 100
27 #define EPI_RC_NUMBER 138
29 #define EPI_INCREMENTAL_NUMBER 20
31 #define EPI_BUILD_NUMBER 0
33 #define EPI_VERSION 5, 100, 138, 20
35 #define EPI_VERSION_NUM 0x05648a89 //0x05648a14
37 #define EPI_VERSION_DEV 5.100.138
39 /* Driver Version String, ASCII, 32 chars max */
40 #ifdef WLTEST
41 #define EPI_VERSION_STR "5.100.138.20 (WLTEST)"
42 #else
43 #define EPI_VERSION_STR "5.100.138.20"
44 #endif
46 #endif /* _epivers_h_ */