2008-12-12 12:24:58 +08:00
|
|
|
#ifndef _SPARC_SCATTERLIST_H
|
|
|
|
#define _SPARC_SCATTERLIST_H
|
|
|
|
|
2010-02-26 20:33:27 +08:00
|
|
|
#include <asm-generic/scatterlist.h>
|
2008-12-12 12:24:58 +08:00
|
|
|
|
2010-05-27 05:44:34 +08:00
|
|
|
#define ARCH_HAS_SG_CHAIN
|
|
|
|
|
2008-12-12 12:24:58 +08:00
|
|
|
#endif /* !(_SPARC_SCATTERLIST_H) */
|