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

m0_ver.h (471B)


      1 /*
      2  * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
      3  *
      4  * Copyright 2007-2019 Broadcom Inc. All rights reserved.
      5  *
      6  */
      7 
      8 /* define M0 FW version */
      9 /* 1.0 : Initial version support TD3, TH3, MV2, HX5.
     10  * 1.1 : Debug version.
     11  * 1.2 : SDK-166509: use share memory to speed up LED update.
     12  */
     13 
     14 #define HOST_FW_VER_MAJOR  (0x1) /* 16 bit */
     15 #define HOST_FW_VER_MINOR  (0x2) /* 16 bit */
     16