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
efivars: Refactor sanity checking code into separate function
[linux/fpc-iii.git]
/
arch
/
score
/
include
/
asm
/
dma.h
blob
9f44185298bffd22b26b1ade3afc5bf2876dc77c
1
#ifndef _ASM_SCORE_DMA_H
2
#define _ASM_SCORE_DMA_H
3
4
#include <asm/io.h>
5
6
#define MAX_DMA_ADDRESS (0)
7
8
#endif
/* _ASM_SCORE_DMA_H */