From a8ed73f73db458e742aa17798530103d2de578cc Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Thu, 22 Oct 2009 17:49:05 +0100 Subject: net: move more stuff into net/tap-win32.c, add net/tap.h Signed-off-by: Mark McLoughlin Signed-off-by: Anthony Liguori --- net.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'net.h') diff --git a/net.h b/net.h index 392c5a5..29ed67f 100644 --- a/net.h +++ b/net.h @@ -174,9 +174,4 @@ void net_host_device_remove(Monitor *mon, const QDict *qdict); void qdev_set_nic_properties(DeviceState *dev, NICInfo *nd); -int tap_has_ufo(VLANClientState *vc); -int tap_has_vnet_hdr(VLANClientState *vc); -void tap_using_vnet_hdr(VLANClientState *vc, int using_vnet_hdr); -void tap_set_offload(VLANClientState *vc, int csum, int tso4, int tso6, int ecn, int ufo); - #endif -- cgit v1.1