Commit c461e8df authored by Michael S. Tsirkin's avatar Michael S. Tsirkin

tools/virtio: more stubs

fix test module build.
Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent da0c9ea1
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment