scatterlist.h 194 B

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