]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-cris/scatterlist.h
block: export "ro" attribute
[linux-2.6-omap-h63xx.git] / include / asm-cris / scatterlist.h
index 4bdc44c4ac3d74a1477dc8654dc1f3f78b3ea5a1..faff53ad1f96cd56327caf8c182ad70c81fc161f 100644 (file)
@@ -2,11 +2,14 @@
 #define __ASM_CRIS_SCATTERLIST_H
 
 struct scatterlist {
+#ifdef CONFIG_DEBUG_SG
+       unsigned long sg_magic;
+#endif
        char *  address;    /* Location data is to be transferred to */
        unsigned int length;
 
        /* The following is i386 highmem junk - not used by us */
-       struct page * page; /* Location for highmem page, if any */
+       unsigned long page_link;
        unsigned int offset;/* for highmem, page offset */
 
 };