repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'locking-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git]
/
arch
/
um
/
include
/
asm
/
dma.h
blob
fdc53642c7183775f6f90097da46f18a0e6d3ed4
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __UM_DMA_H
3
#define __UM_DMA_H
4
5
#include <asm/io.h>
6
7
extern
unsigned long
uml_physmem
;
8
9
#define MAX_DMA_ADDRESS (uml_physmem)
10
11
#endif