tools/virtio: handle fallout from folio work

just add a stub

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
Michael S. Tsirkin 2022-03-04 12:10:38 -05:00
parent 32f1b53fe8
commit 3dd7d135e7

View File

@ -0,0 +1,3 @@
struct folio {
struct page page;
};