1 2 3 4 5 6 7 8
#ifndef _SPARC_SCATTERLIST_H #define _SPARC_SCATTERLIST_H #define sg_dma_len(sg) ((sg)->dma_length) #include <asm-generic/scatterlist.h> #endif /* !(_SPARC_SCATTERLIST_H) */