]> git.proxmox.com Git - ceph.git/blob - ceph/src/spdk/ocf/src/ocf_priv.h
import 15.2.0 Octopus source
[ceph.git] / ceph / src / spdk / ocf / src / ocf_priv.h
1 /*
2 * Copyright(c) 2012-2018 Intel Corporation
3 * SPDX-License-Identifier: BSD-3-Clause-Clear
4 */
5 #ifndef __OCF_PRIV_H__
6 #define __OCF_PRIV_H__
7
8 #include "ocf_env.h"
9 #include "ocf_def_priv.h"
10
11 #define OCF_CHECK_NULL(p) ENV_BUG_ON(!(p))
12
13 #endif /* __OCF_PRIV_H__ */