
Change license to BSD-3-Clause Signed-off-by: Rafal Stefanowski <rafal.stefanowski@intel.com>
16 lines
342 B
C
16 lines
342 B
C
/*
|
|
* Copyright(c) 2012-2021 Intel Corporation
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
#ifndef __OCF_MNGT_CORE_PRIV_H__
|
|
#define __OCF_MNGT_CORE_PRIV_H__
|
|
|
|
#include "../ocf_core_priv.h"
|
|
|
|
int ocf_mngt_core_init_front_volume(ocf_core_t core);
|
|
|
|
void ocf_mngt_core_clear_uuid_metadata(ocf_core_t core);
|
|
|
|
#endif /* __OCF_MNGT_CORE_PRIV_H__ */
|