blob: 1614bfd7e3a4bb8902509ea7eb04fd7e31020710 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef _ASM_SCATTERLIST_H
2#define _ASM_SCATTERLIST_H
3
FUJITA Tomonori3e6e3da2010-05-26 14:44:42 -07004#include <asm-generic/scatterlist.h>
Robert P. J. Day82b12e22008-02-04 22:29:54 -08005
Linus Torvalds1da177e2005-04-16 15:20:36 -07006#define ISA_DMA_THRESHOLD (0xffffffffUL)
7
8#endif /* !_ASM_SCATTERLIST_H */