ide: switch set_xfer_rate() to use REQ_TYPE_ATA_TASKFILE requests
[safe/jmp/linux-2.6] / include / asm-sparc / scatterlist.h
index 45b16f1..e08d3d7 100644 (file)
@@ -5,6 +5,9 @@
 #include <linux/types.h>
 
 struct scatterlist {
+#ifdef CONFIG_DEBUG_SG
+       unsigned long sg_magic;
+#endif
        unsigned long page_link;
        unsigned int offset;