]> git.proxmox.com Git - mirror_qemu.git/blobdiff - net/clients.h
net: Adding netmap network backend
[mirror_qemu.git] / net / clients.h
index 77932942bdde29cc4406bd4c72f216f5c5395d7a..7322ff5f337f921bb382c8248e0701049003f564 100644 (file)
@@ -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 */