aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/scatterlist.h
blob: 75af592677ec0fd76af2101309eff68eedf1fb23 (plain)
1
2
3
4
5
6
7
8
#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 */