1 #ifndef _PPC_SCATTERLIST_H
2 #define _PPC_SCATTERLIST_H
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 */
14 #endif /* !(_PPC_SCATTERLIST_H) */