]> git.proxmox.com Git - ceph.git/blob - ceph/src/spdk/ocf/src/engine/engine_pt.h
import 15.2.0 Octopus source
[ceph.git] / ceph / src / spdk / ocf / src / engine / engine_pt.h
1 /*
2 * Copyright(c) 2012-2018 Intel Corporation
3 * SPDX-License-Identifier: BSD-3-Clause-Clear
4 */
5
6 #ifndef ENGINE_OFF_H_
7 #define ENGINE_OFF_H_
8
9 int ocf_read_pt(struct ocf_request *req);
10
11 int ocf_read_pt_do(struct ocf_request *req);
12
13 void ocf_engine_push_req_front_pt(struct ocf_request *req);
14
15 #endif /* ENGINE_OFF_H_ */