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