blob: ab777db01c0e97f522eea2d7204ab66f71a66b3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2010-2014 Intel Corporation
*/
#ifndef _ARGS_H_
#define _ARGS_H_
extern unsigned int portmask;
int parse_qw_args(int argc, char **argv);
#endif /* _ARGS_H_ */
|