sum_feature.h (492B)
1 /* 2 * 3 * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file. 4 * 5 * Copyright 2007-2020 Broadcom Inc. All rights reserved. 6 * 7 * File: sum_feature.h 8 */ 9 10 #ifndef SUM_FEATURE_H_ 11 #define SUM_FEATURE_H_ 12 13 #define SUM_SDK_BASE_VERSION 0x0 14 #define SUM_SDK_VERSION SUM_SDK_BASE_VERSION 15 16 #define SUM_UC_MIN_VERSION 0x0 17 18 extern uint32 sum_firmware_version; 19 20 #endif /* SUM_FEATURE_H_ */