repo.or.cz
/
linux-2.6.22.y-op.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH] PCMCIA: handle sysfs, PCI errors
[linux-2.6.22.y-op.git]
/
include
/
asm-um
/
dma.h
blob
9f6139a8a525c5ae3f157b4e6e86f160910d4a50
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