1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* 3 * Copyright (C) 1999-2019, Broadcom. 4 * 5 * Unless you and Broadcom execute a separate written software license 6 * agreement governing use of this software, this software is licensed to you 7 * under the terms of the GNU General Public License version 2 (the "GPL"), 8 * available at http://www.broadcom.com/licenses/GPLv2.php, with the 9 * following added to such license: 10 * 11 * As a special exception, the copyright holders of this software give you 12 * permission to link this software with independent modules, and to copy and 13 * distribute the resulting executable under terms of your choice, provided that 14 * you also meet, for each linked independent module, the terms and conditions of 15 * the license of that module. An independent module is a module which is not 16 * derived from this software. The special exception does not apply to any 17 * modifications of the software. 18 * 19 * Notwithstanding the above, under no circumstances may you combine this 20 * software in any way with any other Broadcom software provided under a license 21 * other than the GPL, without Broadcom's express prior written consent. 22 * 23 * 24 * <<Broadcom-WL-IPTag/Open:>> 25 * 26 * $Id: epivers.h.in 596126 2015-10-29 19:53:48Z $ 27 * 28 */ 29 30 #ifndef _epivers_h_ 31 #define _epivers_h_ 32 33 #define EPI_MAJOR_VERSION 100 34 35 #define EPI_MINOR_VERSION 10 36 37 #define EPI_RC_NUMBER 545 38 39 #define EPI_INCREMENTAL_NUMBER 0 40 41 #define EPI_BUILD_NUMBER 0 42 43 #define EPI_VERSION 100, 10, 545, 0 44 45 #define EPI_VERSION_NUM 0x640a2210 46 47 #define EPI_VERSION_DEV 100.10.545 48 49 /* Driver Version String, ASCII, 32 chars max */ 50 #define EPI_VERSION_STR "100.10.545.19 (r826445-20210310-3)" 51 52 #endif /* _epivers_h_ */ 53