Import 2.3.13pre6
[davej-history.git] / include / asm-ppc / scatterlist.h
blobf81590716cf1ddc9290eb48fe5c3bc21391d3a39
1 #ifndef _PPC_SCATTERLIST_H
2 #define _PPC_SCATTERLIST_H
4 #include <asm/dma.h>
6 struct scatterlist {
7 char * address; /* Location data is to be transferred to */
8 char * alt_address; /* Location of actual if address is a
9 * dma indirect buffer. NULL otherwise */
10 unsigned int length;
14 #endif /* !(_PPC_SCATTERLIST_H) */