]> bbs.cooldavid.org Git - net-next-2.6.git/blame - arch/sparc/include/asm/scatterlist.h
asm-generic: remove ISA_DMA_THRESHOLD in scatterlist.h
[net-next-2.6.git] / arch / sparc / include / asm / scatterlist.h
CommitLineData
aa83a26a
RR
1#ifndef _SPARC_SCATTERLIST_H
2#define _SPARC_SCATTERLIST_H
3
aa83a26a
RR
4#define sg_dma_len(sg) ((sg)->dma_length)
5
204f3a04
FT
6#define ISA_DMA_THRESHOLD (~0UL)
7
a6d468d0 8#include <asm-generic/scatterlist.h>
aa83a26a
RR
9
10#endif /* !(_SPARC_SCATTERLIST_H) */