diag_sand_system.h (588B)
1 /** 2 * \file diag_sand_system.h 3 * 4 * Framework utilities, structures and definitions 5 */ 6 /* 7 * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file. 8 * 9 * Copyright 2007-2020 Broadcom Inc. All rights reserved. 10 */ 11 12 #ifndef SAND_SYSTEM_H_INCLUDED 13 #define SAND_SYSTEM_H_INCLUDED 14 15 #include <appl/diag/sand/diag_sand_prt.h> 16 17 typedef struct 18 { 19 sh_sand_control_t *sand_control; 20 prt_control_t *prt_ctr; 21 int failed; 22 int succeeded; 23 int skipped; 24 } shell_flex_t; 25 26 #endif /* SAND_SYSTEM_H_INCLUDED */