patch-2.3.99-pre8 linux/include/asm-s390/dma.h

Next file: linux/include/asm-s390/ebcdic.h
Previous file: linux/include/asm-s390/div64.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre7/linux/include/asm-s390/dma.h linux/include/asm-s390/dma.h
@@ -0,0 +1,17 @@
+/*
+ *  include/asm-s390/delay.h
+ *
+ *  S390 version
+ *
+ *  This file exists so that an #include <dma.h> doesn't break anything.
+ */
+
+#ifndef _ASM_DMA_H
+#define _ASM_DMA_H
+
+#include <asm/io.h>		/* need byte IO */
+
+#define MAX_DMA_CHANNELS	0
+#define MAX_DMA_ADDRESS         0x80000000
+
+#endif /* _ASM_DMA_H */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)