diag_field.h (579B)
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 * File: diag_field.h 8 * Purpose: 9 */ 10 11 #ifndef _DIAG_FIELD_H_ 12 #define _DIAG_FIELD_H_ 13 14 #include <appl/diag/shell.h> 15 #include <appl/diag/parse.h> 16 17 cmd_result_t 18 cmd_dpp_diag_field(int unit, args_t* a); 19 20 void 21 print_field_usage(int unit); 22 23 24 25 cmd_result_t 26 cmd_dpp_diag_dbal(int unit, args_t* a); 27 28 void 29 print_dbal_usage(int unit); 30 31 #endif /* _DIAG_FIELD_H_ */ 32