patch-2.2.14 linux/include/asm-s390/dma.h

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

diff -u --recursive --new-file v2.2.13/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.
+ *
+ *  -AC- we now rely on the lack of the maximum DMA channel definition to
+ * cleanly support platforms with no DMA.
+ */
+
+#ifndef _ASM_DMA_H
+#define _ASM_DMA_H
+
+#include <asm/io.h>		/* need byte IO */
+
+#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)