scatterlist.h 211 B

123456789
  1. #ifndef _M68K_SCATTERLIST_H
  2. #define _M68K_SCATTERLIST_H
  3. #include <asm-generic/scatterlist.h>
  4. /* This is bogus and should go away. */
  5. #define ISA_DMA_THRESHOLD (0x00ffffff)
  6. #endif /* !(_M68K_SCATTERLIST_H) */