diff --git a/tests/functional/pyocf/wrappers/ocf_core_wrappers.c b/tests/functional/pyocf/wrappers/ocf_core_wrappers.c new file mode 100644 index 0000000..0c9a359 --- /dev/null +++ b/tests/functional/pyocf/wrappers/ocf_core_wrappers.c @@ -0,0 +1,14 @@ +/* + * Copyright(c) 2021-2022 Intel Corporation + * SPDX-License-Identifier: BSD-3-Clause + */ + +#include "ocf/ocf_io.h" +#include "ocf/ocf_core.h" + +const struct ocf_volume_uuid *ocf_core_get_uuid_wrapper(ocf_core_t core) +{ + return ocf_core_get_uuid(core); +} + +