Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / arch / um / include / asm / dma.h
blobfdc53642c7183775f6f90097da46f18a0e6d3ed4
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __UM_DMA_H
3 #define __UM_DMA_H
5 #include <asm/io.h>
7 extern unsigned long uml_physmem;
9 #define MAX_DMA_ADDRESS (uml_physmem)
11 #endif