tools/virtio: handle fallout from folio work
authorMichael S. Tsirkin <mst@redhat.com>
Fri, 4 Mar 2022 17:10:38 +0000 (12:10 -0500)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 6 Mar 2022 11:06:50 +0000 (06:06 -0500)
just add a stub

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
tools/virtio/linux/mm_types.h [new file with mode: 0644]

diff --git a/tools/virtio/linux/mm_types.h b/tools/virtio/linux/mm_types.h
new file mode 100644 (file)
index 0000000..356ba4d
--- /dev/null
@@ -0,0 +1,3 @@
+struct folio {
+       struct page page;
+};