X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Flinux-2.6%2Fcompat-2.6%2Finclude%2Flinux%2Fnetdevice.h;h=924dc0d3eb8e518776b20d1d4d36f6707bfbf948;hb=a0bc29a541fc7dc6e20137d5558e2094d614e6ab;hp=0cd91b9f4bc18fa3437065fd7d599ecd30919ff0;hpb=2ad2eb042517b975d761d456cceb5c9325c4aaa7;p=openvswitch diff --git a/datapath/linux-2.6/compat-2.6/include/linux/netdevice.h b/datapath/linux-2.6/compat-2.6/include/linux/netdevice.h index 0cd91b9f..924dc0d3 100644 --- a/datapath/linux-2.6/compat-2.6/include/linux/netdevice.h +++ b/datapath/linux-2.6/compat-2.6/include/linux/netdevice.h @@ -73,4 +73,8 @@ extern void unregister_netdevice_queue(struct net_device *dev, 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