]> git.proxmox.com Git - ceph.git/blob - ceph/src/spdk/ocf/src/cleaning/nop_structs.h
import 15.2.0 Octopus source
[ceph.git] / ceph / src / spdk / ocf / src / cleaning / nop_structs.h
1 /*
2 * Copyright(c) 2012-2018 Intel Corporation
3 * SPDX-License-Identifier: BSD-3-Clause-Clear
4 */
5 #ifndef __LAYER_CLEANING_POLICY_NOP_STRUCTS_H__
6
7 #define __LAYER_CLEANING_POLICY_NOP_STRUCTS_H__
8
9 struct nop_cleaning_policy_meta {
10 } __attribute__((packed));
11
12 struct nop_cleaning_policy {
13 };
14
15 #endif