xref: /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/stats.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (c) 2019, Linaro Limited
4  *
5  */
6 
7 #ifndef STATS_H
8 #define STATS_H
9 
10 int stats_runner_cmd_parser(int argc, char *argv[]);
11 
12 #endif /*STATS_H*/
13