14 lines
266 B
C
14 lines
266 B
C
|
/* SPDX-License-Identifier: BSD-3-Clause
|
||
|
* Copyright(c) 2018 Intel Corporation
|
||
|
*/
|
||
|
|
||
|
#ifndef _COMP_PERF_TEST_BENCHMARK_
|
||
|
#define _COMP_PERF_TEST_BENCHMARK_
|
||
|
|
||
|
#include "comp_perf_options.h"
|
||
|
|
||
|
int
|
||
|
cperf_benchmark(struct comp_test_data *test_data, uint8_t level);
|
||
|
|
||
|
#endif
|