]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-h8300/scatterlist.h
x86: provide hlt_works function.
[linux-2.6-omap-h63xx.git] / include / asm-h8300 / scatterlist.h
index 7e41983d6b261ff182e7e77b0b45fa9287d33345..d3ecdd87ac90b0ca8642d6d38886f6afc14a56fe 100644 (file)
@@ -4,6 +4,9 @@
 #include <asm/types.h>
 
 struct scatterlist {
+#ifdef CONFIG_DEBUG_SG
+       unsigned long   sg_magic;
+#endif
        unsigned long   page_link;
        unsigned int    offset;
        dma_addr_t      dma_address;