2008-12-11 20:24:58 -08:00
|
|
|
#ifndef _SPARC_SCATTERLIST_H
|
|
|
|
#define _SPARC_SCATTERLIST_H
|
|
|
|
|
|
|
|
#define sg_dma_len(sg) ((sg)->dma_length)
|
|
|
|
|
2010-02-26 04:33:27 -08:00
|
|
|
#include <asm-generic/scatterlist.h>
|
2008-12-11 20:24:58 -08:00
|
|
|
|
|
|
|
#endif /* !(_SPARC_SCATTERLIST_H) */
|