]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-m32r/scatterlist.h
Merge git://git.infradead.org/mtd-2.6
[linux-2.6-omap-h63xx.git] / include / asm-m32r / scatterlist.h
index 33b4b4d2c89e17ae590b1f597887357aa4a7b76a..1ed372c73d0bd9ef05f143289ccecc77cbc3ada5 100644 (file)
@@ -4,6 +4,9 @@
 #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 */
     unsigned long page_link;