Resync with broadcom drivers 5.100.138.20 and utilities.
[tomato.git] / release / src-rt / include / epivers.h.in
blob1b0824f49d3f643324581b14289310f6005dabc7
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 @EPI_MAJOR_VERSION@
25 #define EPI_MINOR_VERSION @EPI_MINOR_VERSION@
27 #define EPI_RC_NUMBER @EPI_RC_NUMBER@
29 #define EPI_INCREMENTAL_NUMBER @EPI_INCREMENTAL_NUMBER@
31 #define EPI_BUILD_NUMBER @EPI_BUILD_NUMBER@
33 #define EPI_VERSION @EPI_VERSION@
35 #define EPI_VERSION_NUM @EPI_VERSION_NUM@
37 #define EPI_VERSION_DEV @EPI_VERSION_DEV@
39 /* Driver Version String, ASCII, 32 chars max */
40 #ifdef WLTEST
41 #define EPI_VERSION_STR "@EPI_VERSION_STR@@EPI_VERSION_TYPE@ (WLTEST)"
42 #else
43 #define EPI_VERSION_STR "@EPI_VERSION_STR@@EPI_VERSION_TYPE@"
44 #endif
46 #endif /* _epivers_h_ */