scatterlist.h 182 字节
Newer Older
1 2 3 4 5
#ifndef _SPARC_SCATTERLIST_H
#define _SPARC_SCATTERLIST_H

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

6
#include <asm-generic/scatterlist.h>
7 8

#endif /* !(_SPARC_SCATTERLIST_H) */