
Change license to BSD-3-Clause Signed-off-by: Rafal Stefanowski <rafal.stefanowski@intel.com>
15 lines
309 B
C
15 lines
309 B
C
/*
|
|
* Copyright(c) 2012-2021 Intel Corporation
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
#ifndef __LAYER_CLEANING_POLICY_NOP_H__
|
|
#define __LAYER_CLEANING_POLICY_NOP_H__
|
|
|
|
#include "cleaning.h"
|
|
#include "nop_structs.h"
|
|
|
|
void cleaning_nop_perform_cleaning(ocf_cache_t cache, ocf_cleaner_end_t cmpl);
|
|
|
|
#endif
|