dmar: fix using early fixmap mapping for DMAR table parsing
[deliverable/linux.git] / include / asm-um / dma.h
CommitLineData
1da177e4
LT
1#ifndef __UM_DMA_H
2#define __UM_DMA_H
3
4#include "asm/io.h"
5
6extern unsigned long uml_physmem;
7
8#define MAX_DMA_ADDRESS (uml_physmem)
9
10#endif
This page took 0.330435 seconds and 5 git commands to generate.