Merge to Fedora kernel-2.6.17-1.2142_FC4 patched with stable patch-2.6.17.13-vs2...
[linux-2.6.git] / include / asm-um / dma.h
1 #ifndef __UM_DMA_H
2 #define __UM_DMA_H
3
4 #include "asm/io.h"
5
6 extern unsigned long uml_physmem;
7
8 #define MAX_DMA_ADDRESS (uml_physmem)
9
10 #endif