repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add linux-next specific files for 20110831
[linux-2.6/next.git]
/
arch
/
arm
/
mach-shark
/
include
/
mach
/
isa-dma.h
blob
96c43b8f8dda950a1c909efc39eba8ae40f46acc
1
/*
2
* arch/arm/mach-shark/include/mach/isa-dma.h
3
*
4
* by Alexander Schulz
5
*/
6
#ifndef __ASM_ARCH_DMA_H
7
#define __ASM_ARCH_DMA_H
8
9
#define MAX_DMA_CHANNELS 8
10
#define DMA_ISA_CASCADE 4
11
12
#endif
/* _ASM_ARCH_DMA_H */
13