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