pyocf: move C wrappers to newly added "c" diretory

Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
This commit is contained in:
Adam Rutkowski
2021-11-25 15:39:11 +01:00
parent f66eefb3bd
commit 978620f9e3
6 changed files with 4 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause
*/
#include "ocf/ocf_io.h"
#include "ocf/ocf_volume.h"
const char *ocf_uuid_to_str_wrapper(const struct ocf_volume_uuid *uuid) {
return ocf_uuid_to_str(uuid);
}