/* * Copyright (C) 2015-2018 Alibaba Group Holding Limited */ #ifndef DEBUG_CLI_CMD_H #define DEBUG_CLI_CMD_H #ifdef __cplusplus extern "C" { #endif void debug_cli_cmd_init(void); #ifdef __cplusplus } #endif #endif /* DEBUG_CLI_CMD_H */