2005-04-16 15:20:36 -07:00
|
|
|
#ifndef _ASMARM_SCATTERLIST_H
|
|
|
|
#define _ASMARM_SCATTERLIST_H
|
|
|
|
|
|
|
|
#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 */
|