Sign in
linux
/
linux
/
kernel
/
git
/
dhowells
/
linux-fs
/
e9cf59aeeea49ae84ffcf0e28699b46d705e85f0
/
.
/
arch
/
um
/
include
/
asm
/
dma.h
blob: f88c5860520b03d099523327ab32e20d92877f30 [
file
] [
log
] [
blame
]
#ifndef
__UM_DMA_H
#define
__UM_DMA_H
#include
<asm/io.h>
extern
unsigned
long
uml_physmem
;
#define
MAX_DMA_ADDRESS
(
uml_physmem
)
#endif