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

#define sg_dma_len(sg)     	((sg)->dma_length)

#include <asm-generic/scatterlist.h>

#endif /* !(_SPARC_SCATTERLIST_H) */