summaryrefslogtreecommitdiffstats
path: root/src/spdk/ocf/src/cleaning/nop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/spdk/ocf/src/cleaning/nop.h')
-rw-r--r--src/spdk/ocf/src/cleaning/nop.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/spdk/ocf/src/cleaning/nop.h b/src/spdk/ocf/src/cleaning/nop.h
new file mode 100644
index 000000000..d055acb24
--- /dev/null
+++ b/src/spdk/ocf/src/cleaning/nop.h
@@ -0,0 +1,14 @@
+/*
+ * Copyright(c) 2012-2019 Intel Corporation
+ * SPDX-License-Identifier: BSD-3-Clause-Clear
+ */
+
+#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