We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e0011 commit ba86045Copy full SHA for ba86045
feature.h
@@ -3,13 +3,13 @@
3
/* enable/disable (compile time) features in this header */
4
5
/* virtio-blk */
6
-#ifndef SEMU_FEATUREVIRTIOBLK
7
-#define SEMU_FEATUREVIRTIOBLK 1
+#ifndef SEMU_FEATURE_VIRTIOBLK
+#define SEMU_FEATURE_VIRTIOBLK 1
8
#endif
9
10
/* virtio-net */
11
-#ifndef SEMU_FEATUREVIRTIONET
12
-#define SEMU_FEATUREVIRTIONET 1
+#ifndef SEMU_FEATURE_VIRTIONET
+#define SEMU_FEATURE_VIRTIONET 1
13
14
15
/* Feature test macro */
0 commit comments