aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-um/dma.h
blob: 9f6139a8a525c5ae3f157b4e6e86f160910d4a50 (plain) (blame)
1
2
3
4
5
6
7
8
9
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