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