xref: /dpdk/examples/cmdline/commands.h (revision 3998e2a07220844d3f3c17f76a781ced3efe0de0)
1*3998e2a0SBruce Richardson /* SPDX-License-Identifier: BSD-3-Clause
2*3998e2a0SBruce Richardson  * Copyright(c) 2010-2014 Intel Corporation
3af75078fSIntel  */
4af75078fSIntel 
5af75078fSIntel #ifndef _COMMANDS_H_
6af75078fSIntel #define _COMMANDS_H_
7af75078fSIntel 
8af75078fSIntel extern cmdline_parse_ctx_t main_ctx[];
9af75078fSIntel 
10af75078fSIntel #endif /* _COMMANDS_H_ */
11