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

tscf_sim.h (355B)


      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  */
      7 
      8 #ifndef __TSCF_SIM_H__
      9 #define __TSCF_SIM_H__
     10 
     11 #include <phymod/phymod_sim.h>
     12 
     13 extern phymod_sim_drv_t tscf_sim_drv;
     14 
     15 #endif /* __TSCF_SIM_H__ */