android_kernel_cmhtcleo/arch/x86/include/asm/scatterlist.h
2010-08-27 11:19:57 +02:00

9 lines
177 B
C

#ifndef _ASM_X86_SCATTERLIST_H
#define _ASM_X86_SCATTERLIST_H
#define ISA_DMA_THRESHOLD (0x00ffffff)
#include <asm-generic/scatterlist.h>
#endif /* _ASM_X86_SCATTERLIST_H */