Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v3.8-rc1 12 lines 246 B view raw
1#ifndef _ASMARM_SCATTERLIST_H 2#define _ASMARM_SCATTERLIST_H 3 4#ifdef CONFIG_ARM_HAS_SG_CHAIN 5#define ARCH_HAS_SG_CHAIN 6#endif 7 8#include <asm/memory.h> 9#include <asm/types.h> 10#include <asm-generic/scatterlist.h> 11 12#endif /* _ASMARM_SCATTERLIST_H */