From 5281d757efa6e40d74ce124be048b08d43887555 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Thu, 22 Oct 2009 17:49:07 +0100 Subject: net: split all the tap code out into net/tap.c Signed-off-by: Mark McLoughlin Signed-off-by: Anthony Liguori --- net.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'net.h') diff --git a/net.h b/net.h index 29ed67f4cf..338d84ad67 100644 --- a/net.h +++ b/net.h @@ -174,4 +174,6 @@ void net_host_device_remove(Monitor *mon, const QDict *qdict); void qdev_set_nic_properties(DeviceState *dev, NICInfo *nd); +int net_handle_fd_param(Monitor *mon, const char *param); + #endif -- cgit v1.2.1