
Change license to BSD-3-Clause Signed-off-by: Rafal Stefanowski <rafal.stefanowski@intel.com>
12 lines
206 B
C
12 lines
206 B
C
/*
|
|
* Copyright(c) 2012-2021 Intel Corporation
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
#ifndef ENGINE_WI_H_
|
|
#define ENGINE_WI_H_
|
|
|
|
int ocf_write_wi(struct ocf_request *req);
|
|
|
|
#endif /* ENGINE_WI_H_ */
|