]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-m32r/scatterlist.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
[linux-2.6-omap-h63xx.git] / include / asm-m32r / scatterlist.h
index c2de96cb69ed1940cf58510bfa6ec48977abbc66..1ed372c73d0bd9ef05f143289ccecc77cbc3ada5 100644 (file)
@@ -1,10 +1,15 @@
 #ifndef _ASM_M32R_SCATTERLIST_H
 #define _ASM_M32R_SCATTERLIST_H
 
+#include <asm/types.h>
+
 struct scatterlist {
+#ifdef CONFIG_DEBUG_SG
+    unsigned long sg_magic;
+#endif
     char *  address;    /* Location data is to be transferred to, NULL for
                          * highmem page */
-    struct page * page; /* Location for highmem page, if any */
+    unsigned long page_link;
     unsigned int offset;/* for highmem, page offset */
 
     dma_addr_t dma_address;