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

bsltest.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  * Broadcom System Log Test Suites
      8  */
      9 
     10 #ifndef _DIAG_BSLTEST_H
     11 #define _DIAG_BSLTEST_H
     12 
     13 #include <appl/diag/bslmgmt.h>
     14 
     15 extern int
     16 bsltest_run(int test_suite);
     17 
     18 extern void
     19 bsltest_list(void);
     20 
     21 #endif /* !_DIAG_BSLTEST_H */