mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

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) */
|