xref: /dpdk/examples/multi_process/client_server_mp/mp_server/args.h (revision 7efe28bd07b3ac8cbc5cbc35ca6c5bc2f30c6a5b)
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2010-2014 Intel Corporation
3  */
4 
5 #ifndef _ARGS_H_
6 #define _ARGS_H_
7 
8 int parse_app_args(int argc, char *argv[]);
9 
10 #endif /* ifndef _ARGS_H_ */
11