blob: 101944c0f5d6750d2cedd54b827ce8f26fa8fffe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
/*
* $Copyright Open Broadcom Corporation$
*
* $Id: epivers.h.in,v 13.33 2010-09-08 22:08:53 $
*
*/
#ifndef _epivers_h_
#define _epivers_h_
#define EPI_MAJOR_VERSION 1
#define EPI_MINOR_VERSION 201
#define EPI_RC_NUMBER 34
#define EPI_INCREMENTAL_NUMBER 0
#define EPI_BUILD_NUMBER 0
#define EPI_VERSION 1, 201, 34, 0
#define EPI_VERSION_NUM 0x01c92200
#define EPI_VERSION_DEV 1.201.34
/* Driver Version String, ASCII, 32 chars max */
#define EPI_VERSION_STR "1.201.34 (r491657)"
#endif /* _epivers_h_ */
|