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