ocf/example/simple/src/data.h
Rafal Stefanowski 38e7e19290 Update copyright statements
Signed-off-by: Rafal Stefanowski <rafal.stefanowski@intel.com>
2020-04-28 13:37:54 +02:00

15 lines
195 B
C

/*
* Copyright(c) 2019-2020 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/
#ifndef __DATA_H__
#define __DATA_H__
struct volume_data {
void *ptr;
int offset;
};
#endif