X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=lib%2Fnetdev-linux.h;h=21a2db2587735e1117d10b32160fe0e96ac1488d;hb=b5d29991cc4722aec39c346c3f82291581e92aa0;hp=c00a846b41335c0c30413a875336ce9d78d3c2b1;hpb=f613a0d72c521ca3a4eeb2c29ac523f6fdf72667;p=openvswitch diff --git a/lib/netdev-linux.h b/lib/netdev-linux.h index c00a846b..21a2db25 100644 --- a/lib/netdev-linux.h +++ b/lib/netdev-linux.h @@ -19,7 +19,6 @@ #include #include -#include "openvswitch/datapath-protocol.h" /* These functions are Linux specific, so they should be used directly only by * Linux-specific code. */ @@ -30,5 +29,6 @@ struct rtnl_link_stats; int netdev_linux_ethtool_set_flag(struct netdev *netdev, uint32_t flag, const char *flag_name, bool enable); +int netdev_linux_get_af_inet_sock(void); #endif /* netdev-linux.h */