]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-cris/scatterlist.h
x86: unify and correct the GDT_ENTRY() macro
[linux-2.6-omap-h63xx.git] / include / asm-cris / scatterlist.h
index 5a8a83440d3b80a8d9c8033032e00c14dda566a3..faff53ad1f96cd56327caf8c182ad70c81fc161f 100644 (file)
@@ -2,6 +2,9 @@
 #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;