X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Ftypes.h;h=d8b993b2442967565e6787d028512a6cf886ea0e;hb=HEAD;hp=fb0574410e32b932c7f8fe5d44f1bab524bf91eb;hpb=39f7417d8220cd1b5187560598727d9e189dd589;p=sliver-openvswitch.git diff --git a/include/linux/types.h b/include/linux/types.h index fb0574410..d8b993b24 100644 --- a/include/linux/types.h +++ b/include/linux/types.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 Nicira Networks. + * Copyright (c) 2011 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -55,4 +55,8 @@ typedef uint32_t __bitwise__ __be32; typedef uint64_t __bitwise__ __be64; #endif /* no */ +#ifndef _WIN32 +typedef __u32 HANDLE; +#endif + #endif /* */