[PATCH] switch scsi_cmd_ioctl() to passing fmode_t
[safe/jmp/linux-2.6] / include / asm-m68k / scatterlist.h
index e06bb89..d3a7a0e 100644 (file)
@@ -4,6 +4,9 @@
 #include <linux/types.h>
 
 struct scatterlist {
+#ifdef CONFIG_DEBUG_SG
+       unsigned long sg_magic;
+#endif
        unsigned long page_link;
        unsigned int offset;
        unsigned int length;