f-stack/dpdk/examples/quota_watermark/qw/args.h

13 lines
221 B
C
Raw Normal View History

2019-06-25 11:12:58 +00:00
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2010-2014 Intel Corporation
2017-04-21 10:43:26 +00:00
*/
#ifndef _ARGS_H_
#define _ARGS_H_
extern unsigned int portmask;
int parse_qw_args(int argc, char **argv);
#endif /* _ARGS_H_ */