14 lines
290 B
C
14 lines
290 B
C
/*
|
|
* Copyright(c) 2012-2018 Intel Corporation
|
|
* SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
*/
|
|
|
|
#ifndef __OCF_CORE_MNGT_PRIV_H__
|
|
#define __OCF_CORE_MNGT_PRIV_H__
|
|
|
|
#include "../ocf_core_priv.h"
|
|
|
|
int ocf_mngt_core_init_front_volume(ocf_core_t core);
|
|
|
|
#endif /* __OCF_CORE_MNGT_PRIV_H__ */
|