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

bslext.h (499B)


      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  * Broadcom System Log (BSL)
      8  *
      9  * BSL functions for EXTERNAL (application) usage.
     10  */
     11 
     12 #ifndef _SHR_BSLEXT_H_
     13 #define _SHR_BSLEXT_H_
     14 
     15 #include <shared/bsltypes.h>
     16 
     17 extern void
     18 bsl_config_t_init(bsl_config_t *config);
     19 
     20 extern int
     21 bsl_init(bsl_config_t *config);
     22 
     23 #endif /* _SHR_BSLEXT_H_ */
     24