ofp-util.h: Use NX_VENDOR_ID instead of literal numeric constant.
[openvswitch] / include / openvswitch / datapath-protocol.h
index b0e9dfbb3cf44988291f96435a2251c6918f1714..15c05e0d05b71a6d9ade01707b96a1e874af7c93 100644 (file)
 #define ovs_be32 __be32
 #define ovs_be64 __be64
 #else
-#include <stdint.h>
-#define ovs_be16 uint16_t
-#define ovs_be32 uint32_t
-#define ovs_be64 uint64_t
+#include "openvswitch/types.h"
 #endif
 
 #define ODP_MAX 256             /* Maximum number of datapaths. */