#ifndef __CLI_CMDS_H__
#define __CLI_CMDS_H__

#if defined(MTK_MINICLI_ENABLE)

#include "cli.h"

#ifdef __cplusplus
extern "C" {
#endif

void cli_cmds_init(cli_t *cli);

#ifdef __cplusplus
}
#endif

#endif /* MTK_MINICLI_ENABLE */

#endif /* __CLI_CMDS_H__ */

