2005-04-16 22:20:36 +00:00
|
|
|
#ifndef _ASMARM_SCATTERLIST_H
|
|
|
|
#define _ASMARM_SCATTERLIST_H
|
|
|
|
|
|
|
|
#include <asm/memory.h>
|
|
|
|
#include <asm/types.h>
|
2010-04-04 14:25:52 +00:00
|
|
|
#include <asm-generic/scatterlist.h>
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
#endif /* _ASMARM_SCATTERLIST_H */
|