blob: f48ca06001e7f77214242ef4b6d75512d97e41aa [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2019, Linaro Limited
*
*/
#ifndef STATS_H
#define STATS_H
int stats_runner_cmd_parser(int argc, char *argv[]);
#endif /*STATS_H*/