OSHW-DEIMOS/SOFTWARE/A64-TERES/linux-a64/drivers/net/wireless/bcmdhd/include/epivers.h
Dimitar Gamishev f9b0e7a283 linux
2017-10-13 14:07:04 +03:00

31 lines
526 B
C
Executable File

/*
* $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 59
#define EPI_INCREMENTAL_NUMBER 0
#define EPI_BUILD_NUMBER 0
#define EPI_VERSION 1, 201, 59, 0
#define EPI_VERSION_NUM 0x01c93b00
#define EPI_VERSION_DEV 1.201.59
/* Driver Version String, ASCII, 32 chars max */
#define EPI_VERSION_STR "1.201.59.3 (r506368)"
#endif /* _epivers_h_ */