pyocf: move C wrappers to newly added "c" diretory
Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
This commit is contained in:
12
tests/functional/pyocf/c/wrappers/ocf_volume_wrappers.c
Normal file
12
tests/functional/pyocf/c/wrappers/ocf_volume_wrappers.c
Normal 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);
|
||||
}
|
Reference in New Issue
Block a user