]> err.no Git - linux-2.6/blobdiff - include/asm-sparc/scatterlist.h
sparc: copy exported sparc64 specific header files to asm-sparc
[linux-2.6] / include / asm-sparc / scatterlist.h
index 45b16f1072be2ac530087d4ce30336378239833c..c82609ca1d0faa6ae9a85bd23b062cf386081608 100644 (file)
@@ -1,10 +1,12 @@
-/* $Id: scatterlist.h,v 1.8 2001/12/17 07:05:15 davem Exp $ */
 #ifndef _SPARC_SCATTERLIST_H
 #define _SPARC_SCATTERLIST_H
 
 #include <linux/types.h>
 
 struct scatterlist {
+#ifdef CONFIG_DEBUG_SG
+       unsigned long sg_magic;
+#endif
        unsigned long page_link;
        unsigned int offset;