1 /* 2 * include/asm-s390/delay.h 3 * 4 * S390 version 5 * 6 * This file exists so that an #include <dma.h> doesn't break anything. 7 */ 8 9 #ifndef _ASM_DMA_H 10 #define _ASM_DMA_H 11 12 #include <asm/io.h> /* need byte IO */ 13 14 #define MAX_DMA_CHANNELS 0 15 #define MAX_DMA_ADDRESS 0x80000000 16 17 #endif /* _ASM_DMA_H */ 18