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 (583B)


      1 /*
      2  * 
      3  *
      4  * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
      5  * 
      6  * Copyright 2007-2019 Broadcom Inc. All rights reserved.
      7  */
      8 /*
      9  *  rate.h internal include file. 
     10  *  The purpose of this file is to contain variables and functions declaration
     11  *  for the rate module to be available for internal routines.
     12  */
     13 
     14 #ifndef _BCM_INT_RATE_H
     15 #define _BCM_INT_RATE_H
     16 
     17 #include <bcm/types.h>
     18 #include <bcm/rate.h>
     19 
     20 
     21 extern int _bcm_esw_rate_init(int unit);                  
     22 
     23 #endif	/* !_BCM_INT_RATE_H */
     24