]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/bnx2x/bnx2x_ethdev.h
vhost: promote vDPA API as stable
[dpdk.git] / drivers / net / bnx2x / bnx2x_ethdev.h
index bd3ef143b63dc4a4f8d5b62c52e9aa89d6aa781b..f712bb3e84c6689792d65429b74e9a3f8406bcbe 100644 (file)
@@ -15,6 +15,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <stdbool.h>
 #include <errno.h>
 #include <stdint.h>
 #include <string.h>
@@ -47,9 +48,6 @@
 #define FALSE               0
 #define TRUE                1
 
-typedef int bool;
-#define false               0
-#define true                1
 #define min(a,b)        RTE_MIN(a,b)
 
 #define mb()    rte_mb()