repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
blk: rq_data_dir() should not return a boolean
[cris-mirror.git]
/
arch
/
um
/
include
/
asm
/
dma.h
blob
f88c5860520b03d099523327ab32e20d92877f30
1
#ifndef __UM_DMA_H
2
#define __UM_DMA_H
3
4
#include <asm/io.h>
5
6
extern
unsigned long
uml_physmem
;
7
8
#define MAX_DMA_ADDRESS (uml_physmem)
9
10
#endif