12 lines
219 B
C
12 lines
219 B
C
|
/* SPDX-License-Identifier: BSD-3-Clause
|
||
|
* Copyright (c) Intel Corporation.
|
||
|
* All rights reserved.
|
||
|
*/
|
||
|
|
||
|
#ifndef FTL_FTL_UTILS_H
|
||
|
#define FTL_FTL_UTILS_H
|
||
|
|
||
|
#include "utils/ftl_defs.h"
|
||
|
|
||
|
#endif /* FTL_FTL_UTILS_H */
|