Add missing headers

Signed-off-by: Robert Baldyga <robert.baldyga@huawei.com>
This commit is contained in:
Robert Baldyga 2024-05-11 00:01:24 +02:00
parent 43608fc812
commit 578f4b6591
4 changed files with 8 additions and 0 deletions

View File

@ -5,6 +5,7 @@
*/
#include "ocf_concurrency.h"
#include "ocf_pio_concurrency.h"
#include "../metadata/metadata_internal.h"
#include "../metadata/metadata_io.h"
#include "../ocf_priv.h"

View File

@ -1,9 +1,11 @@
/*
* Copyright(c) 2019-2022 Intel Corporation
* Copyright(c) 2024 Huawei Technologies
* SPDX-License-Identifier: BSD-3-Clause
*/
#include "ocf/ocf.h"
#include "engine_wo.h"
#include "../ocf_cache_priv.h"
#include "cache_engine.h"
#include "engine_common.h"

View File

@ -1,11 +1,14 @@
/*
* Copyright(c) 2019-2021 Intel Corporation
* Copyright(c) 2024 Huawei Technologies
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef ENGINE_WO_H_
#define ENGINE_WO_H_
#include "engine_common.h"
int ocf_read_wo(struct ocf_request *req);
#endif /* ENGINE_WO_H_ */

View File

@ -1,9 +1,11 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* Copyright(c) 2024 Huawei Technologies
* SPDX-License-Identifier: BSD-3-Clause
*/
#include "ocf/ocf.h"
#include "ocf_mngt_core_pool_priv.h"
#include "ocf_mngt_common.h"
#include "../ocf_priv.h"
#include "../ocf_core_priv.h"