Skip to content

Commit ba86045

Browse files
authored
Enforce consistent SEMU_FEATURE_ prefix (#56)
1 parent 78e0011 commit ba86045

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

feature.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
/* enable/disable (compile time) features in this header */
44

55
/* virtio-blk */
6-
#ifndef SEMU_FEATUREVIRTIOBLK
7-
#define SEMU_FEATUREVIRTIOBLK 1
6+
#ifndef SEMU_FEATURE_VIRTIOBLK
7+
#define SEMU_FEATURE_VIRTIOBLK 1
88
#endif
99

1010
/* virtio-net */
11-
#ifndef SEMU_FEATUREVIRTIONET
12-
#define SEMU_FEATUREVIRTIONET 1
11+
#ifndef SEMU_FEATURE_VIRTIONET
12+
#define SEMU_FEATURE_VIRTIONET 1
1313
#endif
1414

1515
/* Feature test macro */

0 commit comments

Comments
 (0)