Sign in
gbmc
/
linux
/
refs/heads/linux-2.6.25.y
/
.
/
include
/
asm-um
/
dma.h
blob: 9f6139a8a525c5ae3f157b4e6e86f160910d4a50 [
file
] [
log
] [
blame
] [
edit
]
#ifndef
__UM_DMA_H
#define
__UM_DMA_H
#include
"asm/io.h"
extern
unsigned
long
uml_physmem
;
#define
MAX_DMA_ADDRESS
(
uml_physmem
)
#endif