X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-m68k%2Fscatterlist.h;h=d3a7a0edfecab3d9ad3a04cc3e936cf1ca9faf50;hb=1434b65731963207a4cc84bd87e6191e34321986;hp=8e612266da51bb1bcc6871bf55663b144d1d2d12;hpb=55b4d6a52195a8f277ffddf755ddaff359878f41;p=linux-2.6 diff --git a/include/asm-m68k/scatterlist.h b/include/asm-m68k/scatterlist.h index 8e612266da..d3a7a0edfe 100644 --- a/include/asm-m68k/scatterlist.h +++ b/include/asm-m68k/scatterlist.h @@ -1,8 +1,13 @@ #ifndef _M68K_SCATTERLIST_H #define _M68K_SCATTERLIST_H +#include + struct scatterlist { - struct page *page; +#ifdef CONFIG_DEBUG_SG + unsigned long sg_magic; +#endif + unsigned long page_link; unsigned int offset; unsigned int length;