scatterlist.h 174 B

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