xref: /spdk/lib/ftl/ftl_core.c (revision ee8167e3e1671162f2e832d6b8798fb04ee76f3c)
1 /*   SPDX-License-Identifier: BSD-3-Clause
2  *   Copyright (c) Intel Corporation.
3  *   All rights reserved.
4  */
5 
6 #include "spdk/likely.h"
7 #include "spdk/stdinc.h"
8 #include "spdk/nvme.h"
9 #include "spdk/thread.h"
10 #include "spdk/bdev_module.h"
11 #include "spdk/string.h"
12 #include "spdk/ftl.h"
13 #include "spdk/crc32.h"
14 
15 #include "ftl_core.h"
16 #include "ftl_internal.h"
17 #include "mngt/ftl_mngt.h"
18 
19 SPDK_LOG_REGISTER_COMPONENT(ftl_core)
20