]> git.proxmox.com Git - mirror_qemu.git/blobdiff - net/clients.h
net: Adding netmap network backend
[mirror_qemu.git] / net / clients.h
index c58cc6087ceb89b9392c4c4dbef8200255b86663..7322ff5f337f921bb382c8248e0701049003f564 100644 (file)
@@ -24,7 +24,7 @@
 #ifndef QEMU_NET_CLIENTS_H
 #define QEMU_NET_CLIENTS_H
 
-#include "net.h"
+#include "net/net.h"
 #include "qapi-types.h"
 
 int net_init_dump(const NetClientOptions *opts, const char *name,
@@ -52,4 +52,9 @@ int net_init_vde(const NetClientOptions *opts, const char *name,
                  NetClientState *peer);
 #endif
 
+#ifdef CONFIG_NETMAP
+int net_init_netmap(const NetClientOptions *opts, const char *name,
+                    NetClientState *peer);
+#endif
+
 #endif /* QEMU_NET_CLIENTS_H */