Skip to content

Commit f38aaed

Browse files
committed
nbft: move spec types into separate header
To follow the existing pattern, move the NVMe specification types into a separate header. Signed-off-by: Daniel Wagner <[email protected]>
1 parent c0631f3 commit f38aaed

4 files changed

Lines changed: 994 additions & 991 deletions

File tree

libnvme/src/meson.build

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,15 @@ headers = [
4141

4242
if want_fabrics
4343
sources += [
44+
'nvme/accessors-fabrics.c',
4445
'nvme/fabrics.c',
4546
'nvme/nbft.c',
46-
'nvme/accessors-fabrics.c',
4747
]
4848
headers += [
49+
'nvme/accessors-fabrics.h',
4950
'nvme/fabrics.h',
51+
'nvme/nbft-types.h',
5052
'nvme/nbft.h',
51-
'nvme/accessors-fabrics.h',
5253
]
5354
else
5455
sources += [

0 commit comments

Comments
 (0)