]> git.proxmox.com Git - ceph.git/blob - ceph/src/spdk/ocf/example/simple/src/data.h
import 15.2.0 Octopus source
[ceph.git] / ceph / src / spdk / ocf / example / simple / src / data.h
1 /*
2 * Copyright(c) 2019 Intel Corporation
3 * SPDX-License-Identifier: BSD-3-Clause-Clear
4 */
5
6 #ifndef __DATA_H__
7 #define __DATA_H__
8
9 struct volume_data {
10 void *ptr;
11 int offset;
12 };
13
14 #endif