Add missing headers
Signed-off-by: Robert Baldyga <robert.baldyga@huawei.com>
This commit is contained in:
parent
43608fc812
commit
578f4b6591
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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_ */
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user