1 /* SPDX-License-Identifier: BSD-3-Clause 2 * Copyright (C) 2018 Intel Corporation. 3 * All rights reserved. 4 */ 5 6 #ifndef VBDEV_OCF_DOBJ_H 7 #define VBDEV_OCF_DOBJ_H 8 9 #include <ocf/ocf.h> 10 11 #include "ctx.h" 12 #include "data.h" 13 14 int vbdev_ocf_volume_init(void); 15 void vbdev_ocf_volume_cleanup(void); 16 17 #endif 18