
Change license to BSD-3-Clause Signed-off-by: Rafal Stefanowski <rafal.stefanowski@intel.com>
14 lines
288 B
C
14 lines
288 B
C
/*
|
|
* Copyright(c) 2012-2021 Intel Corporation
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
#ifndef __METADATA_EVICTION_H__
|
|
#define __METADATA_EVICTION_H__
|
|
|
|
struct ocf_lru_meta *
|
|
ocf_metadata_get_lru(
|
|
struct ocf_cache *cache, ocf_cache_line_t line);
|
|
|
|
#endif /* METADATA_EVICTION_H_ */
|