scatterlist.h 182 B

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