Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tools/virtio: more stubs

fix test module build.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

+2
tools/virtio/crypto/hash.h
+2
tools/virtio/linux/dma-mapping.h
··· 29 29 #define dma_unmap_single(...) do { } while (0) 30 30 #define dma_unmap_page(...) do { } while (0) 31 31 32 + #define dma_max_mapping_size(...) SIZE_MAX 33 + 32 34 #endif