forked from Minki/linux
4d736b5e1c
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
12 lines
208 B
C
12 lines
208 B
C
#ifndef _ASMARM_SCATTERLIST_H
|
|
#define _ASMARM_SCATTERLIST_H
|
|
|
|
#include <asm/memory.h>
|
|
#include <asm/types.h>
|
|
|
|
#include <asm-generic/scatterlist.h>
|
|
|
|
#undef ARCH_HAS_SG_CHAIN
|
|
|
|
#endif /* _ASMARM_SCATTERLIST_H */
|