util: Move definition of HANDLE here.
authorBen Pfaff <blp@nicira.com>
Fri, 13 Jun 2014 23:03:33 +0000 (16:03 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 13 Jun 2014 23:03:33 +0000 (16:03 -0700)
commitb57c6aaa85c01118b32627708a7956b93d6e0aa5
tree9a1e5b54053f14c26abfcd688ca9200483fbbaf5
parentf0e5aa1107407bbcabb3a816ee40a98b8ba2050c
util: Move definition of HANDLE here.

A few Open vSwitch source files use a type named HANDLE on Windows systems,
in a way that makes it easier to avoid #ifdefs if we have a dummy
definition on other platforms.  <linux/types.h> was a really weird place
for this dummy definition.  This commit moves it to util.h.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Gurucharan Shetty <gshetty@nicira.com>
include/linux/types.h
lib/util.h