]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/e1000/base/e1000_osdep.h
net/nfp: fix log format specifiers
[dpdk.git] / drivers / net / e1000 / base / e1000_osdep.h
index fd22c7e41fcffcb7d995d4e1f23e0c17012a1d88..94a49f34044665dddd27174a2d4e5b41c3c63b39 100644 (file)
@@ -9,6 +9,7 @@
 #include <stdint.h>
 #include <stdio.h>
 #include <stdarg.h>
+#include <stdbool.h>
 #include <string.h>
 #include <rte_common.h>
 #include <rte_cycles.h>
@@ -58,7 +59,6 @@ typedef int64_t               s64;
 typedef int32_t                s32;
 typedef int16_t                s16;
 typedef int8_t         s8;
-typedef int            bool;
 
 #define __le16         u16
 #define __le32         u32
@@ -163,7 +163,4 @@ static inline uint16_t e1000_read_addr16(volatile void *addr)
 #define ETH_ADDR_LEN                  6
 #endif
 
-#define false                         FALSE
-#define true                          TRUE
-
 #endif /* _E1000_OSDEP_H_ */