diag_oam.h (492B)
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_oam.h 8 * Purpose: 9 */ 10 11 #ifndef _DIAG_OAM_H_ 12 #define _DIAG_OAM_H_ 13 14 #include <appl/diag/shell.h> 15 #include <appl/diag/parse.h> 16 17 /* Functions */ 18 cmd_result_t 19 cmd_dpp_diag_oam(int unit, args_t* a); 20 21 void 22 print_oam_usage(int unit); 23 24 #endif /* _DIAG_OAM_H_ */ 25