Setting tag sliver-openvswitch-2.2.90-1
[sliver-openvswitch.git] / include / linux / types.h
index b88fb1c..d8b993b 100644 (file)
@@ -55,4 +55,8 @@ typedef uint32_t __bitwise__ __be32;
 typedef uint64_t __bitwise__ __be64;
 #endif /* no <linux/types.h> */
 
+#ifndef _WIN32
+typedef __u32 HANDLE;
+#endif
+
 #endif /* <linux/types.h> */