scatterlist.h 208 B

1234567891011
  1. #ifndef _ASMARM_SCATTERLIST_H
  2. #define _ASMARM_SCATTERLIST_H
  3. #include <asm/memory.h>
  4. #include <asm/types.h>
  5. #include <asm-generic/scatterlist.h>
  6. #undef ARCH_HAS_SG_CHAIN
  7. #endif /* _ASMARM_SCATTERLIST_H */