aboutsummaryrefslogtreecommitdiff
path: root/arch/um/include/asm/dma.h
blob: f88c5860520b03d099523327ab32e20d92877f30 (plain)
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