]> Git Repo - qemu.git/blobdiff - net/clients.h
target-tricore: Add instructions of SBC and SBRN opcode format
[qemu.git] / net / clients.h
index 7322ff5f337f921bb382c8248e0701049003f564..2e8fedad8d1997f245a3cca5af3ee327434c878f 100644 (file)
@@ -47,6 +47,8 @@ int net_init_tap(const NetClientOptions *opts, const char *name,
 int net_init_bridge(const NetClientOptions *opts, const char *name,
                     NetClientState *peer);
 
+int net_init_l2tpv3(const NetClientOptions *opts, const char *name,
+                    NetClientState *peer);
 #ifdef CONFIG_VDE
 int net_init_vde(const NetClientOptions *opts, const char *name,
                  NetClientState *peer);
@@ -57,4 +59,7 @@ int net_init_netmap(const NetClientOptions *opts, const char *name,
                     NetClientState *peer);
 #endif
 
+int net_init_vhost_user(const NetClientOptions *opts, const char *name,
+                        NetClientState *peer);
+
 #endif /* QEMU_NET_CLIENTS_H */
This page took 0.02334 seconds and 4 git commands to generate.