repo.or.cz
/
linux-3.6.7-moxart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adding support for MOXA ART SoC. Testing port of linux-2.6.32.60-moxart.
[linux-3.6.7-moxart.git]
/
arch
/
s390
/
include
/
asm
/
dma.h
blob
6fb6de4f15b0d987f377ddb3fbeabef949929ab2
1
/*
2
* S390 version
3
*/
4
5
#ifndef _ASM_DMA_H
6
#define _ASM_DMA_H
7
8
#include <asm/io.h>
/* need byte IO */
9
10
#define MAX_DMA_ADDRESS 0x80000000
11
12
#define free_dma(x) do { } while (0)
13
14
#endif
/* _ASM_DMA_H */