special usb hub handling, IDE disks, and retries all over the place
[linux-2.4.git] / include / asm-s390x / dma.h
1 /*
2  *  include/asm-s390x/dma.h
3  *
4  *  S390 version
5  */
6
7 #ifndef _ASM_DMA_H
8 #define _ASM_DMA_H
9
10 #include <asm/io.h>             /* need byte IO */
11
12 /* The I/O subsystem can access only memory below 2GB.
13    We use the existing DMA zone mechanism to handle this. */
14 #define MAX_DMA_ADDRESS         0x80000000
15
16 #endif /* _ASM_DMA_H */