1 /* $Id: scatterlist.h,v 1.11 2001/12/17 07:05:15 davem Exp $ */
2 #ifndef _SPARC64_SCATTERLIST_H
3 #define _SPARC64_SCATTERLIST_H
14 dma_addr_t dma_address
;
18 #define sg_dma_address(sg) ((sg)->dma_address)
19 #define sg_dma_len(sg) ((sg)->dma_length)
21 #define ISA_DMA_THRESHOLD (~0UL)
23 #endif /* !(_SPARC64_SCATTERLIST_H) */