12 lines
211 B
C
12 lines
211 B
C
/*
|
|
* Copyright(c) 2012-2018 Intel Corporation
|
|
* SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
*/
|
|
|
|
#ifndef ENGINE_WT_H_
|
|
#define ENGINE_WT_H_
|
|
|
|
int ocf_write_wt(struct ocf_request *rq);
|
|
|
|
#endif /* ENGINE_WT_H_ */
|