14 lines
265 B
C
14 lines
265 B
C
/*
|
|
* Copyright(c) 2012-2018 Intel Corporation
|
|
* SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
*/
|
|
#ifndef __OCF_PRIV_H__
|
|
#define __OCF_PRIV_H__
|
|
|
|
#include "ocf_env.h"
|
|
#include "ocf_def_priv.h"
|
|
|
|
#define OCF_CHECK_NULL(p) ENV_BUG_ON(!(p))
|
|
|
|
#endif /* __OCF_PRIV_H__ */
|