blob: 52c8cc86e6f09cbc17644a514e40a32d2bac6f74 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2010-2014 Intel Corporation
*/
#ifndef _ARGS_H_
#define _ARGS_H_
int parse_app_args(int argc, char *argv[]);
#endif /* ifndef _ARGS_H_ */
|