14 lines
263 B
C
14 lines
263 B
C
/*
|
|
* Copyright(c) 2012-2018 Intel Corporation
|
|
* SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
*/
|
|
|
|
#ifndef OCF_UTILS_H_
|
|
#define OCF_UTILS_H_
|
|
|
|
int ocf_utils_init(struct ocf_ctx *ocf_ctx);
|
|
|
|
void ocf_utils_deinit(struct ocf_ctx *ocf_ctx);
|
|
|
|
#endif /* OCF_UTILS_H_ */
|