]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-v850/scatterlist.h
[SPARC]: Merge include/asm-sparc{,64}/prom.h
[linux-2.6-omap-h63xx.git] / include / asm-v850 / scatterlist.h
index db91febc21001326fc207d9770f95786e44ae2dd..02d27b3fb061b1b47b84bf310c536ce3006d126a 100644 (file)
@@ -17,6 +17,9 @@
 #include <asm/types.h>
 
 struct scatterlist {
+#ifdef CONFIG_DEBUG_SG
+       unsigned long   sg_magic;
+#endif
        unsigned long   page_link;
        unsigned        offset;
        dma_addr_t      dma_address;