Skip to content

Commit f1daa1e

Browse files
committed
cmds: move nvme commands to cmds header
These function/helpers are nvme commands and are not Linux specific. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 6ed59c6 commit f1daa1e

6 files changed

Lines changed: 617 additions & 580 deletions

File tree

libnvme/src/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#
88
sources = [
99
'nvme/base64.c',
10+
'nvme/cmds.c',
1011
'nvme/crc32.c',
1112
'nvme/fabrics.c',
1213
'nvme/filters.c',

0 commit comments

Comments
 (0)