We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b604aee commit 3af856bCopy full SHA for 3af856b
1 file changed
libnvme/doc/meson.build
@@ -9,16 +9,22 @@
9
#
10
11
api_files = [
12
+ 'accessors-fabrics.h',
13
+ 'accessors.h',
14
'fabrics.h',
15
'filters.h',
16
'ioctl.h',
17
+ 'lib-types.h',
18
+ 'lib.h',
19
'linux.h',
20
+ 'mi-types.h',
21
'mi.h',
22
+ 'nbft-types.h',
23
'nbft.h',
24
'nvme-cmds.h',
25
'nvme-types.h',
26
'tree.h',
- 'util.h'
27
+ 'util.h',
28
]
29
30
api_paths = []
0 commit comments