]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/vmxnet3/base/vmxnet3_osdep.h
net/vmxnet3: remove local bool type
[dpdk.git] / drivers / net / vmxnet3 / base / vmxnet3_osdep.h
index c9b92b049fe71b8c73db3769222c970e5828d443..381a68db6957552f3a5ad91e76260417eb51db1b 100644 (file)
@@ -5,12 +5,12 @@
 #ifndef _VMXNET3_OSDEP_H
 #define _VMXNET3_OSDEP_H
 
+#include <stdbool.h>
+
 typedef uint64_t       uint64;
 typedef uint32_t       uint32;
 typedef uint16_t       uint16;
 typedef uint8_t                uint8;
-typedef int            bool;
-typedef char           Bool;
 
 #ifndef UNLIKELY
 #define UNLIKELY(x)  __builtin_expect((x),0)