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