/* 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