diag_dnx_lif.h (771B)
1 /* 2 * ! \file diag_dnx_lif.h 3 */ 4 /* 5 * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file. 6 * 7 * Copyright 2007-2020 Broadcom Inc. All rights reserved. 8 */ 9 #ifndef DIAG_DNX_LIF_H_INCLUDED 10 #define DIAG_DNX_LIF_H_INCLUDED 11 12 /************* 13 * INCLUDES * 14 */ 15 16 /************* 17 * DEFINES * 18 */ 19 20 /************* 21 * MACROES * 22 */ 23 24 /************* 25 * GLOBALS * 26 */ 27 extern sh_sand_man_t sh_dnx_lif_man; 28 extern sh_sand_cmd_t sh_dnx_lif_cmds[]; 29 30 /************* 31 * FUNCTIONS * 32 */ 33 shr_error_e dnx_lif_diag_logger_close( 34 int unit, 35 bsl_severity_t * orig_severity); 36 shr_error_e dnx_lif_diag_logger_restore( 37 int unit, 38 bsl_severity_t orig_severity); 39 40 #endif /* DIAG_DNX_LIF_H_INCLUDED */