Merge "citrix" branch into "master".
[openvswitch] / datapath / linux-2.6 / compat-2.6 / include / linux / netdevice.h
index 0a0e47abd41224141f355745b6534c51ecfe4651..924dc0d3eb8e518776b20d1d4d36f6707bfbf948 100644 (file)
@@ -67,4 +67,14 @@ typedef int netdev_tx_t;
 #define net_xmit_eval(e)       ((e) == NET_XMIT_CN? 0 : (e))
 #endif
 
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,33)
+extern void unregister_netdevice_queue(struct net_device *dev,
+                                       struct list_head *head);
+extern void unregister_netdevice_many(struct list_head *head);
+#endif
+
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,27)
+extern void dev_disable_lro(struct net_device *dev);
+#endif
+
 #endif