kernel-fxtec-pro1x/arch/frv/include/asm/scatterlist.h
FUJITA Tomonori 3e6e3da8d5 frv: use asm-generic/scatterlist.h
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2010-05-27 09:12:55 -07:00

8 lines
168 B
C

#ifndef _ASM_SCATTERLIST_H
#define _ASM_SCATTERLIST_H
#include <asm-generic/scatterlist.h>
#define ISA_DMA_THRESHOLD (0xffffffffUL)
#endif /* !_ASM_SCATTERLIST_H */