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
Linux 2.6.31.6
[linux/fpc-iii.git]
/
arch
/
arm
/
mach-mmp
/
include
/
mach
/
dma.h
blob
1d6914544da4bcec2763de664845908045d515af
1
/*
2
* linux/arch/arm/mach-mmp/include/mach/dma.h
3
*/
4
5
#ifndef __ASM_MACH_DMA_H
6
#define __ASM_MACH_DMA_H
7
8
#include <mach/addr-map.h>
9
10
#define DMAC_REGS_VIRT (APB_VIRT_BASE + 0x00000)
11
12
#include <plat/dma.h>
13
#endif
/* __ASM_MACH_DMA_H */