PowerPC64-be arch support. Qemu ("qppc") platform support.
[vpp.git] / vnet / vnet / policer / fix_types.h
index cbb79e0..71a4173 100644 (file)
@@ -28,4 +28,8 @@ typedef unsigned char uint8_t;
 typedef unsigned short int uint16_t;
 typedef unsigned int uint32_t;
 
+#ifdef __powerpc64__
+typedef unsigned long uint64_t;
+#endif
+
 #endif /* __included_fix_types_h__ */