[S390] fill out file list in s390 MAINTAINERS entry
[safe/jmp/linux-2.6] / arch / sparc / include / asm / scatterlist.h
1 #ifndef _SPARC_SCATTERLIST_H
2 #define _SPARC_SCATTERLIST_H
3
4 #define sg_dma_len(sg)          ((sg)->dma_length)
5
6 #include <asm-generic/scatterlist.h>
7
8 #endif /* !(_SPARC_SCATTERLIST_H) */