]> git.proxmox.com Git - ceph.git/blob - ceph/src/spdk/ocf/env/posix/ocf_env_headers.h
import 15.2.0 Octopus source
[ceph.git] / ceph / src / spdk / ocf / env / posix / ocf_env_headers.h
1 /*
2 * Copyright(c) 2019 Intel Corporation
3 * SPDX-License-Identifier: BSD-3-Clause-Clear
4 */
5
6 #ifndef __OCF_ENV_HEADERS_H__
7 #define __OCF_ENV_HEADERS_H__
8
9 #include <stdint.h>
10 #include <stddef.h>
11 #include <stdbool.h>
12
13 /* TODO: Move prefix printing to context logger. */
14 #define OCF_LOGO "Intel(R) OCF"
15 #define OCF_PREFIX_SHORT "[" OCF_LOGO "] "
16 #define OCF_PREFIX_LONG "Open CAS Framework"
17
18 #define OCF_VERSION_MAIN 1
19 #define OCF_VERSION_MAJOR 1
20 #define OCF_VERSION_MINOR 1
21
22 #endif /* __OCF_ENV_HEADERS_H__ */