]> err.no Git - linux-2.6/blobdiff - include/asm-sparc64/scatterlist.h
PNP: add pnp_possible_config() -- can a device could be configured this way?
[linux-2.6] / include / asm-sparc64 / scatterlist.h
index 4cbaf7c6b0bb95f34d861f1113b09170ce0b5b8f..81bd058f9382e50bd9e257d50296d604a5e94cf3 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: scatterlist.h,v 1.11 2001/12/17 07:05:15 davem Exp $ */
 #ifndef _SPARC64_SCATTERLIST_H
 #define _SPARC64_SCATTERLIST_H
 
@@ -6,6 +5,9 @@
 #include <asm/types.h>
 
 struct scatterlist {
+#ifdef CONFIG_DEBUG_SG
+       unsigned long   sg_magic;
+#endif
        unsigned long   page_link;
        unsigned int    offset;