scatterlist.h 168 B

12345678
  1. #ifndef _ASM_SCATTERLIST_H
  2. #define _ASM_SCATTERLIST_H
  3. #include <asm-generic/scatterlist.h>
  4. #define ISA_DMA_THRESHOLD (0xffffffffUL)
  5. #endif /* !_ASM_SCATTERLIST_H */