You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/*
|
|
* arch/arm/mach-shark/include/mach/isa-dma.h
|
|
*
|
|
* by Alexander Schulz
|
|
*/
|
|
#ifndef __ASM_ARCH_DMA_H
|
|
#define __ASM_ARCH_DMA_H
|
|
|
|
#define MAX_DMA_CHANNELS 8
|
|
#define DMA_ISA_CASCADE 4
|
|
|
|
#endif /* _ASM_ARCH_DMA_H */
|
|
|
|
|