xref: /dpdk/examples/server_node_efd/efd_server/args.h (revision 7faf4bd32566446fa0815eef743523ce6a95a355)
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2016-2017 Intel Corporation
3  */
4 
5 #ifndef _ARGS_H_
6 #define _ARGS_H_
7 
8 int parse_app_args(uint8_t max_ports, int argc, char *argv[]);
9 
10 #endif /* ifndef _ARGS_H_ */
11