xref: /freebsd/sys/cam/ctl/ctl_nvme_all.h (revision 6f308bcf572467c0884db833e169d9f14b7b49b2)
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 
12 void	ctl_nvme_command_string(struct ctl_nvmeio *ctnio, struct sbuf *sb);
13 void	ctl_nvme_status_string(struct ctl_nvmeio *ctnio, struct sbuf *sb);
14 
15 __END_DECLS
16 
17 #endif /* !__CTL_NVME_ALL_H__ */
18