12 lines
208 B
C
12 lines
208 B
C
/*
|
|
* Copyright(c) 2012-2020 Intel Corporation
|
|
* SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
*/
|
|
|
|
#ifndef __ENGINE_DISCARD_H__
|
|
#define __ENGINE_DISCARD_H__
|
|
|
|
int ocf_discard(struct ocf_request *req);
|
|
|
|
#endif
|