]> 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 703c5bbe6c8cdc4a06aa44f2a64c5d4bde5adc8d..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,7 +5,10 @@
 #include <asm/types.h>
 
 struct scatterlist {
-       struct page     *page;
+#ifdef CONFIG_DEBUG_SG
+       unsigned long   sg_magic;
+#endif
+       unsigned long   page_link;
        unsigned int    offset;
 
        unsigned int    length;