patch-2.4.22 linux-2.4.22/include/asm-sh/scatterlist.h
Next file: linux-2.4.22/include/asm-sh/segment.h
Previous file: linux-2.4.22/include/asm-sh/ptrace.h
Back to the patch index
Back to the overall index
-  Lines: 14
-  Date:
2003-08-25 04:44:44.000000000 -0700
-  Orig file: 
linux-2.4.21/include/asm-sh/scatterlist.h
-  Orig date: 
2001-10-12 15:35:54.000000000 -0700
diff -urN linux-2.4.21/include/asm-sh/scatterlist.h linux-2.4.22/include/asm-sh/scatterlist.h
@@ -2,7 +2,12 @@
 #define __ASM_SH_SCATTERLIST_H
 
 struct scatterlist {
-    char *  address;    /* Location data is to be transferred to */
+    char *  address;    /* Location data is to be transferred to, NULL for
+			 * highmem page */
+    struct page * page; /* Location for highmem page, if any */
+    unsigned int offset;/* for highmem, page offset */
+
+    dma_addr_t dma_address;
     unsigned int length;
 };
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)