api_mode.h (553B)
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-2019 Broadcom Inc. All rights reserved. 6 * 7 * File: api_mode.h 8 * Purpose: API Mode public interface 9 */ 10 11 #ifndef _DIAG_API_MODE_H_ 12 #define _DIAG_API_MODE_H_ 13 14 #include <appl/diag/shell.h> 15 16 #ifdef INCLUDE_APIMODE 17 extern cmd_result_t diag_api_mode_process_command(int u, char *s); 18 extern void diag_api_mode_completion_enable(int flag); 19 #endif 20 21 #endif /* _DIAG_API_MODE_H_ */