
Change license to BSD-3-Clause Signed-off-by: Rafal Stefanowski <rafal.stefanowski@intel.com>
16 lines
315 B
C
16 lines
315 B
C
/*
|
|
* Copyright(c) 2012-2021 Intel Corporation
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
#ifndef ENGINE_OFF_H_
|
|
#define ENGINE_OFF_H_
|
|
|
|
int ocf_read_pt(struct ocf_request *req);
|
|
|
|
int ocf_read_pt_do(struct ocf_request *req);
|
|
|
|
void ocf_engine_push_req_front_pt(struct ocf_request *req);
|
|
|
|
#endif /* ENGINE_OFF_H_ */
|