patch-2.4.19 linux-2.4.19/include/asm-arm/scatterlist.h
Next file: linux-2.4.19/include/asm-arm/siginfo.h
Previous file: linux-2.4.19/include/asm-arm/processor.h
Back to the patch index
Back to the overall index
- Lines: 8
- Date:
Fri Aug 2 17:39:45 2002
- Orig file:
linux-2.4.18/include/asm-arm/scatterlist.h
- Orig date:
Fri Oct 12 15:35:54 2001
diff -urN linux-2.4.18/include/asm-arm/scatterlist.h linux-2.4.19/include/asm-arm/scatterlist.h
@@ -5,6 +5,7 @@
struct scatterlist {
char *address; /* virtual address */
+ struct page *page; /* Location for highmem page, if any */
dma_addr_t dma_address; /* dma address */
unsigned int length; /* length */
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)