mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
tools/virtio: more stubs
fix test module build. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
da0c9ea146
commit
c461e8df0c
0
tools/virtio/crypto/hash.h
Normal file
0
tools/virtio/crypto/hash.h
Normal file
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user