aboutsummaryrefslogtreecommitdiffstats
path: root/tools/virtio
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2019-09-26 13:43:10 -0400
committerMichael S. Tsirkin <mst@redhat.com>2019-10-11 09:27:27 -0400
commitc461e8df0c9bc46b3696dfb5d1df2f09d755af53 (patch)
tree9aa2c39868eb143ea4042560aeb791ab1c06d3a8 /tools/virtio
parentLinux 5.4-rc2 (diff)
downloadlinux-dev-c461e8df0c9bc46b3696dfb5d1df2f09d755af53.tar.xz
linux-dev-c461e8df0c9bc46b3696dfb5d1df2f09d755af53.zip
tools/virtio: more stubs
fix test module build. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'tools/virtio')
-rw-r--r--tools/virtio/crypto/hash.h0
-rw-r--r--tools/virtio/linux/dma-mapping.h2
2 files changed, 2 insertions, 0 deletions
diff --git a/tools/virtio/crypto/hash.h b/tools/virtio/crypto/hash.h
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/tools/virtio/crypto/hash.h
diff --git a/tools/virtio/linux/dma-mapping.h b/tools/virtio/linux/dma-mapping.h
index f91aeb5fe571..8f41cd6bd5c0 100644
--- a/tools/virtio/linux/dma-mapping.h
+++ b/tools/virtio/linux/dma-mapping.h
@@ -29,4 +29,6 @@ enum dma_data_direction {
#define dma_unmap_single(...) do { } while (0)
#define dma_unmap_page(...) do { } while (0)
+#define dma_max_mapping_size(...) SIZE_MAX
+
#endif