Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
isa-dma.h
Go to the documentation of this file.
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