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

diagnostic_config.h (965B)


      1 /** \file diagnostic_config.h
      2  *
      3  * sw state commandline configurations
      4  */
      5 /*
      6  * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
      7  * 
      8  * Copyright 2007-2020 Broadcom Inc. All rights reserved.
      9  */
     10 
     11 #ifndef _DIAGNOSTIC_CONFIG_H
     12 #define _DIAGNOSTIC_CONFIG_H
     13 #include <soc/dnxc/swstate/sw_state_defs.h>
     14 
     15 #if defined(DNX_SW_STATE_DIAGNOSTIC)
     16 #include <appl/diag/sand/diag_sand_utils.h>
     17 #include <appl/diag/sand/diag_sand_framework.h>
     18 extern sh_sand_cmd_t dnxc_swstate_config_cmds[];
     19 extern sh_sand_man_t dnxc_swstate_config_man;
     20 extern const char cmd_dnxc_swstate_config_desc[];
     21 extern shr_error_e sh_dnxc_swstate_config_dump_cmd(
     22     int unit,
     23     args_t * args,
     24     sh_sand_control_t * sand_control);
     25 extern sh_sand_option_t dnxc_swstate_config_dump_options[];
     26 extern sh_sand_man_t dnxc_swstate_config_dump_man;
     27 #endif /* DNX_SW_STATE_DIAGNOSTIC */
     28 
     29 #endif /* _DIAGNOSTIC_CONFIG_H */