]> git.proxmox.com Git - qemu.git/blobdiff - net/tap-haiku.c
tap: introduce a helper to get the name of an interface
[qemu.git] / net / tap-haiku.c
index 08cc034cee3d86566dbd50de06e5f07e1a5a6ab2..b3b5fbb61eab7f307399efe4a47c8a466ba8fed8 100644 (file)
@@ -59,3 +59,18 @@ void tap_fd_set_offload(int fd, int csum, int tso4,
                         int tso6, int ecn, int ufo)
 {
 }
+
+int tap_fd_enable(int fd)
+{
+    return -1;
+}
+
+int tap_fd_disable(int fd)
+{
+    return -1;
+}
+
+int tap_fd_get_ifname(int fd, char *ifname)
+{
+    return -1;
+}