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 14