Spdk/lib/ftl/utils/ftl_conf.h

16 lines
346 B
C
Raw Permalink Normal View History

/* SPDX-License-Identifier: BSD-3-Clause
* Copyright (C) 2022 Intel Corporation.
* All rights reserved.
*/
#ifndef FTL_CONF_H
#define FTL_CONF_H
#include "spdk/ftl.h"
bool ftl_conf_is_valid(const struct spdk_ftl_conf *conf);
int ftl_conf_init_dev(struct spdk_ftl_dev *dev, const struct spdk_ftl_conf *conf);
#endif /* FTL_DEFS_H */