]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/9pfs/virtio-9p.h
virtio-9p: Move device specific code to virtio-9p-device
[mirror_qemu.git] / hw / 9pfs / virtio-9p.h
index 622928fce5b815a4722cc519ffdfb9c569aa9bbc..27f997073aa2ee1fa4ad6d92ebe870597c17f9ed 100644 (file)
@@ -504,4 +504,6 @@ static inline size_t do_pdu_unpack(void *dst, struct iovec *sg, int sg_count,
     return pdu_packunpack(dst, sg, sg_count, offset, size, 0);
 }
 
+extern void handle_9p_output(VirtIODevice *vdev, VirtQueue *vq);
+
 #endif