aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/asm-um/dma.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-um/dma.h')
-rw-r--r--include/asm-um/dma.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/asm-um/dma.h b/include/asm-um/dma.h
new file mode 100644
index 000000000000..9f6139a8a525
--- /dev/null
+++ b/include/asm-um/dma.h
@@ -0,0 +1,10 @@
+#ifndef __UM_DMA_H
+#define __UM_DMA_H
+
+#include "asm/io.h"
+
+extern unsigned long uml_physmem;
+
+#define MAX_DMA_ADDRESS (uml_physmem)
+
+#endif