summaryrefslogtreecommitdiff
path: root/net/clients.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/clients.h')
-rw-r--r--net/clients.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/clients.h b/net/clients.h
index 77932942bd..7322ff5f33 100644
--- a/net/clients.h
+++ b/net/clients.h
@@ -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 */