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