]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-alpha/scatterlist.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-inttypes
[linux-2.6-omap-h63xx.git] / include / asm-alpha / scatterlist.h
index 6afb8bd3aaf9674772dbfe981c05d86c4d008534..440747ca6349058d31f04b6191ed2de0870ce557 100644 (file)
@@ -2,9 +2,13 @@
 #define _ALPHA_SCATTERLIST_H
 
 #include <asm/page.h>
+#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;