fix test module build.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
Michael S. Tsirkin 2019-09-26 13:43:10 -04:00
Родитель da0c9ea146
Коммит c461e8df0c
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

Просмотреть файл

@ -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