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

tools/virtio: more stubs



fix test module build.

Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent da0c9ea1
Loading
Loading
Loading
Loading
+0 −0

Empty file added.

+2 −0
Original line number Diff line number Diff line
@@ -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