ocf/src/ocf_composite_volume_priv.h
Robert Baldyga b847fa9a61 Introduce composite volume
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
2022-06-02 09:49:39 +02:00

14 lines
289 B
C

/*
* Copyright(c) 2022 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/
#ifndef __OCF_COMPOSITE_VOLUME_PRIV_H__
#define __OCF_COMPOSITE_VOLUME_PRIV_H__
#include "ocf/ocf.h"
int ocf_composite_volume_type_init(ocf_ctx_t ctx);
#endif /* __OCF_COMPOSITE_VOLUME_H__ */