2008-10-22 22:26:29 -07:00
|
|
|
#ifndef _ASM_X86_SCATTERLIST_H
|
|
|
|
#define _ASM_X86_SCATTERLIST_H
|
2008-01-30 05:30:21 -07:00
|
|
|
|
|
|
|
#define ISA_DMA_THRESHOLD (0x00ffffff)
|
|
|
|
|
2009-06-18 12:48:18 -07:00
|
|
|
#include <asm/generic-scatterlist.h>
|
2008-01-30 05:30:21 -07:00
|
|
|
|
2008-10-22 22:26:29 -07:00
|
|
|
#endif /* _ASM_X86_SCATTERLIST_H */
|