14 lines
289 B
C
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__ */
|