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