1 #ifndef __ASM_ARCH_DMA_H
2 #define __ASM_ARCH_DMA_H
5 * This is the maximum DMA address that can be DMAd to.
6 * There should not be more than (0xd0000000 - 0xc0000000)
9 #define MAX_DMA_ADDRESS 0xd0000000
10 #define MAX_DMA_CHANNELS 8
18 #define DMA_VIRTUAL_FLOPPY 6
19 #define DMA_VIRTUAL_SOUND 7
21 #define DMA_FLOPPY DMA_VIRTUAL_FLOPPY
23 #endif /* _ASM_ARCH_DMA_H */