scatterlist.h 246 B

12345678910111213
  1. #ifndef _ASMARM_SCATTERLIST_H
  2. #define _ASMARM_SCATTERLIST_H
  3. #ifdef CONFIG_ARM_HAS_SG_CHAIN
  4. #define ARCH_HAS_SG_CHAIN
  5. #endif
  6. #include <asm/memory.h>
  7. #include <asm/types.h>
  8. #include <asm-generic/scatterlist.h>
  9. #endif /* _ASMARM_SCATTERLIST_H */