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

topo.h (397B)


      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   _BCM_TOPO_INT_H_
      9 #define   _BCM_TOPO_INT_H_
     10 
     11 #include <bcm/port.h>
     12 
     13 extern int _bcm_topo_port_get(int unit,int dest_modid,bcm_port_t *exit_port);
     14 
     15 #endif /* !_BCM_TOPO_INT_H_ */