2005-04-16 15:20:36 -07:00
|
|
|
#ifndef _ASMARM_SCATTERLIST_H
|
|
|
|
#define _ASMARM_SCATTERLIST_H
|
|
|
|
|
2011-06-02 11:16:22 +01:00
|
|
|
#ifdef CONFIG_ARM_HAS_SG_CHAIN
|
|
|
|
#define ARCH_HAS_SG_CHAIN
|
|
|
|
#endif
|
|
|
|
|
2005-04-16 15:20:36 -07:00
|
|
|
#include <asm/memory.h>
|
|
|
|
#include <asm/types.h>
|
2010-04-04 23:25:52 +09:00
|
|
|
#include <asm-generic/scatterlist.h>
|
2005-04-16 15:20:36 -07:00
|
|
|
|
|
|
|
#endif /* _ASMARM_SCATTERLIST_H */
|