xref: /spdk/lib/ftl/ftl_utils.h (revision 10abf16de2dd2944c20d28f143e9990da72818b2)
1 /*   SPDX-License-Identifier: BSD-3-Clause
2  *   Copyright (c) Intel Corporation.
3  *   All rights reserved.
4  */
5 
6 #ifndef FTL_FTL_UTILS_H
7 #define FTL_FTL_UTILS_H
8 
9 #include "utils/ftl_defs.h"
10 #include "utils/ftl_conf.h"
11 
12 #endif /* FTL_FTL_UTILS_H */
13