RT-AC56 3.0.0.4.374.37 core
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / s390 / include / asm / dma.h
blob7425c6af6cd4c8a686bd28ce6972f575e12a4602
1 /*
2 * include/asm-s390/dma.h
4 * S390 version
5 */
7 #ifndef _ASM_DMA_H
8 #define _ASM_DMA_H
10 #include <asm/io.h> /* need byte IO */
12 #define MAX_DMA_ADDRESS 0x80000000
14 #define free_dma(x) do { } while (0)
16 #endif /* _ASM_DMA_H */