1 /* SPDX-License-Identifier: BSD-3-Clause 2 * Copyright (c) Intel Corporation. 3 * All rights reserved. 4 */ 5 6 #ifndef FTL_DEBUG_H 7 #define FTL_DEBUG_H 8 9 #include "ftl_internal.h" 10 #include "ftl_core.h" 11 12 void ftl_dev_dump_stats(const struct spdk_ftl_dev *dev); 13 14 #endif /* FTL_DEBUG_H */ 15