]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-xtensa/scatterlist.h
[SCSI] fix netlink kernel-doc
[linux-2.6-omap-h63xx.git] / include / asm-xtensa / scatterlist.h
index 38a2b9acd658945a438b301016c9140c040bef8a..810080bb0a2b2cfa498c39fed32c11d2897763bd 100644 (file)
 #ifndef _XTENSA_SCATTERLIST_H
 #define _XTENSA_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;