a6d468d053
sparc's scatterlist structure is identical to the generic one. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Signed-off-by: David S. Miller <davem@davemloft.net>
8 lines
182 B
C
8 lines
182 B
C
#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) */
|