13998e2a0SBruce Richardson /* SPDX-License-Identifier: BSD-3-Clause 23998e2a0SBruce Richardson * Copyright(c) 2010-2014 Intel Corporation 3af75078fSIntel */ 4af75078fSIntel 5af75078fSIntel #ifndef _ARGS_H_ 6af75078fSIntel #define _ARGS_H_ 7af75078fSIntel 8*1f41d98cSStephen Hemminger int parse_app_args(int argc, char *argv[]); 9af75078fSIntel 10af75078fSIntel #endif /* ifndef _ARGS_H_ */ 11