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

lb_util.h (416B)


      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  * Utilities for Loopback Tests 
      8  */
      9 #ifndef __LB_UTIL__H
     10 #define __LB_UTIL__H
     11 
     12 int lbu_setup_port(int unit, bcm_port_t port, 
     13                           int req_speed, int autoneg);
     14 
     15 #endif /*!__LB_UTIL__H */