blob: fde5ef9e68778ba1a62d054dc2a28eb89ff0646a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/*
* Copyright(c) 2012-2018 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/
#ifndef ENGINE_WA_H_
#define ENGINE_WA_H_
int ocf_write_wa(struct ocf_request *req);
#endif /* ENGINE_WA_H_ */
|