x86/efi: Enforce CONFIG_RELOCATABLE for EFI boot stub
[linux/fpc-iii.git] / arch / um / include / asm / dma.h
blobf88c5860520b03d099523327ab32e20d92877f30
1 #ifndef __UM_DMA_H
2 #define __UM_DMA_H
4 #include <asm/io.h>
6 extern unsigned long uml_physmem;
8 #define MAX_DMA_ADDRESS (uml_physmem)
10 #endif