diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2022-03-04 12:10:38 -0500 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2022-03-06 06:06:50 -0500 |
commit | 3dd7d135e75cb37c8501ba02977332a2a487dd39 (patch) | |
tree | 7f81b4c83935e80459093e0603b12cf904f6f9c9 /tools/virtio | |
parent | 32f1b53fe8f03d962423ba81f8e92af5839814da (diff) |
tools/virtio: handle fallout from folio work
just add a stub
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'tools/virtio')
-rw-r--r-- | tools/virtio/linux/mm_types.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/virtio/linux/mm_types.h b/tools/virtio/linux/mm_types.h new file mode 100644 index 000000000000..356ba4d496f6 --- /dev/null +++ b/tools/virtio/linux/mm_types.h @@ -0,0 +1,3 @@ +struct folio { + struct page page; +}; |