2008-10-23 13:26:29 +08:00
|
|
|
#ifndef _ASM_X86_SCATTERLIST_H
|
|
|
|
#define _ASM_X86_SCATTERLIST_H
|
2008-01-30 20:30:21 +08:00
|
|
|
|
2009-06-19 03:48:20 +08:00
|
|
|
#include <asm-generic/scatterlist.h>
|
2008-01-30 20:30:21 +08:00
|
|
|
|
2010-05-27 05:44:34 +08:00
|
|
|
#define ARCH_HAS_SG_CHAIN
|
|
|
|
|
2008-10-23 13:26:29 +08:00
|
|
|
#endif /* _ASM_X86_SCATTERLIST_H */
|