]> err.no Git - linux-2.6/blobdiff - include/asm-mips/scatterlist.h
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
[linux-2.6] / include / asm-mips / scatterlist.h
index 22634706e9d571608e5a96dafac4921b68a30661..83d69fe17c9f1404e481e2d2cbb22985f0be2cf5 100644 (file)
@@ -1,8 +1,13 @@
 #ifndef __ASM_SCATTERLIST_H
 #define __ASM_SCATTERLIST_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;
        dma_addr_t      dma_address;
        unsigned int    length;