allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / include / asm-s390 / 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 */