ti_usb_3410_5052: add Multi-Tech firmware
[cascardo/linux.git] / include / asm-m68k / scatterlist.h
index 24887a2..d3a7a0e 100644 (file)
@@ -4,7 +4,10 @@
 #include <linux/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;