2008-10-23 07:26:29 +02:00
|
|
|
#ifndef _ASM_X86_SCATTERLIST_H
|
|
|
|
#define _ASM_X86_SCATTERLIST_H
|
2008-01-30 13:30:21 +01:00
|
|
|
|
2009-06-18 21:48:20 +02:00
|
|
|
#include <asm-generic/scatterlist.h>
|
2008-01-30 13:30:21 +01:00
|
|
|
|
2010-05-26 23:44:34 +02:00
|
|
|
#define ISA_DMA_THRESHOLD (0x00ffffff)
|
|
|
|
#define ARCH_HAS_SG_CHAIN
|
|
|
|
|
2008-10-23 07:26:29 +02:00
|
|
|
#endif /* _ASM_X86_SCATTERLIST_H */
|