ocf/src/engine/engine_wo.h
Rafal Stefanowski 38e7e19290 Update copyright statements
Signed-off-by: Rafal Stefanowski <rafal.stefanowski@intel.com>
2020-04-28 13:37:54 +02:00

12 lines
211 B
C

/*
* Copyright(c) 2019-2020 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/
#ifndef ENGINE_WO_H_
#define ENGINE_WO_H_
int ocf_read_wo(struct ocf_request *req);
#endif /* ENGINE_WO_H_ */