scatterlist.h 170 B

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