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

tdm_ver.c (381B)


      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-2019 Broadcom Inc. All rights reserved.
      6  * $All Rights Reserved.$
      7  *
      8  * TDM autogenerated version
      9  */
     10 
     11 void _soc_tdm_ver(int ver[8]) {
     12 ver[0]=0;
     13 ver[1]=5;
     14 ver[2]=1;
     15 ver[3]=4;
     16 ver[4]=1;
     17 ver[5]=1;
     18 ver[6]=1;
     19 ver[7]=3;
     20 }