aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/scatterlist.h
blob: 2097d686471d97e9021025e2f3e2d11048785464 (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 */