9 lines
161 B
C
9 lines
161 B
C
#ifndef _SPARC_SCATTERLIST_H
|
|
#define _SPARC_SCATTERLIST_H
|
|
|
|
#include <asm-generic/scatterlist.h>
|
|
|
|
#define ARCH_HAS_SG_CHAIN
|
|
|
|
#endif /* !(_SPARC_SCATTERLIST_H) */
|