
Due to changes in Linux kernel this feature is not working anymore. Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
13 lines
200 B
C
13 lines
200 B
C
/*
|
|
* Copyright(c) 2012-2021 Intel Corporation
|
|
* SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
*/
|
|
|
|
|
|
#ifndef __CAS_UTILS_H__
|
|
#define __CAS_UTILS_H__
|
|
|
|
#include "utils_nvme.h"
|
|
|
|
#endif /* __CAS_UTILS_H__ */
|