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

bslmgmt.h (440B)


      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 Management
      8  */
      9 
     10 #ifndef _DIAG_BSLMGMT_H
     11 #define _DIAG_BSLMGMT_H
     12 
     13 #include <stdarg.h>
     14 #include <shared/bslext.h>
     15 
     16 extern int
     17 bslmgmt_cleanup(void);
     18 
     19 extern int
     20 bslmgmt_init(void);
     21 
     22 #endif /* !_DIAG_BSLMGMT_H */