aboutsummaryrefslogtreecommitdiffstats
path: root/arch/score/include/asm/scatterlist.h
blob: 4fa1a665821557a0af3f25912bc679df36254917 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef _ASM_SCORE_SCATTERLIST_H
#define _ASM_SCORE_SCATTERLIST_H

#define ISA_DMA_THRESHOLD	(~0UL)

#include <asm-generic/scatterlist.h>

#endif /* _ASM_SCORE_SCATTERLIST_H */