patch-2.2.8 linux/include/asm-m68k/scatterlist.h

Next file: linux/include/asm-m68k/semaphore-helper.h
Previous file: linux/include/asm-m68k/q40ints.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.7/linux/include/asm-m68k/scatterlist.h linux/include/asm-m68k/scatterlist.h
@@ -6,6 +6,14 @@
     char * alt_address; /* Location of actual if address is a 
 			 * dma indirect buffer.  NULL otherwise */
     unsigned int length;
+    unsigned long dvma_address;
+};
+
+struct mmu_sglist {
+        char *addr;
+        char *__dont_touch;
+        unsigned int len;
+        unsigned long dvma_addr;
 };
 
 /* This is bogus and should go away. */

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