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

rate.h (432B)


      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  * File:        rate.h
      8  * Purpose:     rate internal definitions to the BCM library.
      9  */
     10 
     11 #ifndef   _BCM_INT_DPP_RATE_H_
     12 #define   _BCM_INT_DPP_RATE_H_
     13 
     14 
     15 int 
     16 bcm_petra_rate_init(int unit);
     17 
     18 #endif /* _BCM_INT_DPP_RATE_H_ */