blob: 2097d686471d97e9021025e2f3e2d11048785464 [file] [log] [blame]
H. Peter Anvin1965aae2008-10-22 22:26:29 -07001#ifndef _ASM_X86_SCATTERLIST_H
2#define _ASM_X86_SCATTERLIST_H
Thomas Gleixner3ebc51d2008-01-30 13:30:21 +01003
Thomas Gleixner3ebc51d2008-01-30 13:30:21 +01004#define ISA_DMA_THRESHOLD (0x00ffffff)
5
Arnd Bergmann06f50132009-06-18 21:48:18 +02006#include <asm/generic-scatterlist.h>
Thomas Gleixner3ebc51d2008-01-30 13:30:21 +01007
H. Peter Anvin1965aae2008-10-22 22:26:29 -07008#endif /* _ASM_X86_SCATTERLIST_H */