scatterlist.h 216 B

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