Files
ocf/src/utils/utils_request.h
Rafal Stefanowski f22da1cde7 Fix license
Change license to BSD-3-Clause

Signed-off-by: Rafal Stefanowski <rafal.stefanowski@intel.com>
2021-10-28 13:08:50 +02:00

14 lines
353 B
C

/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause
*/
#include "../ocf_request.h"
#include "../ocf_cache_priv.h"
typedef int (*ocf_req_actor_t)(struct ocf_request *req, uint32_t map_idx);
int ocf_req_actor(struct ocf_request *req, ocf_req_actor_t actor);
void ocf_req_set_cleaning_hot(struct ocf_request *req);