scatterlist.h 181 B

12345678
  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. #endif /* _ASMARM_SCATTERLIST_H */