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