projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32f1b53
)
tools/virtio: handle fallout from folio work
author
Michael S. Tsirkin
<mst@redhat.com>
Fri, 4 Mar 2022 17:10:38 +0000
(12:10 -0500)
committer
Michael 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]
patch
|
blob
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
+++ b/
tools/virtio/linux/mm_types.h
@@ -0,0
+1,3
@@
+struct folio {
+ struct page page;
+};