net/ixgbe/base: fix C++ build
authorIdo Barnea <ibarnea@cisco.com>
Thu, 21 Jul 2016 23:20:35 +0000 (01:20 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 21 Jul 2016 23:20:35 +0000 (01:20 +0200)
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
drivers/net/ixgbe/base/ixgbe_osdep.h

index 31cc1be..06d1ee1 100644 (file)
@@ -108,7 +108,9 @@ typedef int16_t             s16;
 typedef uint32_t       u32;
 typedef int32_t                s32;
 typedef uint64_t       u64;
+#ifndef __cplusplus
 typedef int            bool;
+#endif
 
 #define mb()   rte_mb()
 #define wmb()  rte_wmb()