blob: afcf177dba1be3880a9c01fb697f14cef011960b (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2018 Intel Corporation
*/
#ifndef _COMMANDS_H_
#define _COMMANDS_H_
extern cmdline_parse_ctx_t main_ctx[];
#endif /* _COMMANDS_H_ */
|