We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9237ba8 + e80b3e3 commit 1689b69Copy full SHA for 1689b69
2 files changed
examples/discover-loop.c
@@ -12,6 +12,8 @@
12
* system (no existing connection required). The output will look more
13
* interesting with more targets.
14
*/
15
+#define __SANE_USERSPACE_TYPES__
16
+
17
#include <stdio.h>
18
#include <stdlib.h>
19
#include <string.h>
test/register.c
@@ -11,6 +11,8 @@
11
* for your pci device found in /sys/class/nvme/nvmeX/device/resource0
#include <fcntl.h>
#include <inttypes.h>
#include <libnvme.h>
0 commit comments