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

bslcons.h (498B)


      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 State
      8  */
      9 
     10 #ifndef _DIAG_BSLCONS_H
     11 #define _DIAG_BSLCONS_H
     12 
     13 int
     14 bslcons_init(void);
     15 
     16 int
     17 bslcons_is_enabled(void);
     18 
     19 int
     20 bslcons_enable(int enable);
     21 
     22 int
     23 bslcons_thread_check_is_enabled(void);
     24 
     25 int
     26 bslcons_thread_check_enable(int enable);
     27 #endif /* !_DIAG_BSLCONS_H */