openbcm

Git mirror of https://github.com/Broadcom-Network-Switching-Software/OpenBCM
git clone git://git.finwo.net/mirror/broadcom/openbcm
Log | Files | Refs | README

int_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:    int_feature.h
      8  */
      9 
     10 #ifndef INT_FEATURE_H_
     11 #define INT_FEATURE_H_
     12 
     13 #define INT_SDK_BASE_VERSION         0x0
     14 #define INT_SDK_VERSION              INT_SDK_BASE_VERSION
     15 
     16 #define INT_UC_MIN_VERSION           0x0
     17 
     18 extern uint32 int_firmware_version;
     19 
     20 #endif /* INT_FEATURE_H_ */