1 /*
2  * Copyright (C) 2018-2020 Alibaba Group Holding Limited
3  */
4 
5 #ifndef __GENIE_CLI_H__
6 #define __GENIE_CLI_H__
7 
8 #define CUSTOM_SN_LEN (23)
9 
10 /**
11  * @brief initialize the command tool for debugging.
12  */
13 void genie_cli_init(void);
14 
15 #endif
16