1/*-
2 * SPDX-License-Identifier: BSD-2-Clause
3 *
4 * Copyright (c) 2023 Chelsio Communications, Inc.
5 */
6
7#ifndef __CTL_NVME_ALL_H__
8#define	__CTL_NVME_ALL_H__
9
10__BEGIN_DECLS
11
12void	ctl_nvme_command_string(struct ctl_nvmeio *ctnio, struct sbuf *sb);
13void	ctl_nvme_status_string(struct ctl_nvmeio *ctnio, struct sbuf *sb);
14
15__END_DECLS
16
17#endif /* !__CTL_NVME_ALL_H__ */
18