Add missing headers
Signed-off-by: Robert Baldyga <robert.baldyga@huawei.com>
This commit is contained in:
parent
6aa30f05ce
commit
7dd5fa8029
@ -1,9 +1,11 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright(c) 2012-2021 Intel Corporation
|
* Copyright(c) 2012-2021 Intel Corporation
|
||||||
|
* Copyright(c) 2024 Huawei Technologies
|
||||||
* SPDX-License-Identifier: BSD-3-Clause
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "cas_cache.h"
|
#include "cas_cache.h"
|
||||||
|
#include "utils_data.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This function locates index of IO vec from given vecs array where byte at
|
* This function locates index of IO vec from given vecs array where byte at
|
||||||
|
@ -1,11 +1,13 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright(c) 2012-2022 Intel Corporation
|
* Copyright(c) 2012-2022 Intel Corporation
|
||||||
|
* Copyright(c) 2024 Huawei Technologies
|
||||||
* SPDX-License-Identifier: BSD-3-Clause
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __VOL_BLOCK_DEV_TOP_H__
|
#ifndef __VOL_BLOCK_DEV_TOP_H__
|
||||||
#define __VOL_BLOCK_DEV_TOP_H__
|
#define __VOL_BLOCK_DEV_TOP_H__
|
||||||
|
|
||||||
|
#include "../cas_cache.h"
|
||||||
|
|
||||||
int kcas_core_create_exported_object(ocf_core_t core);
|
int kcas_core_create_exported_object(ocf_core_t core);
|
||||||
int kcas_core_destroy_exported_object(ocf_core_t core);
|
int kcas_core_destroy_exported_object(ocf_core_t core);
|
||||||
|
Loading…
Reference in New Issue
Block a user