kernel-fxtec-pro1x/arch/sparc/include/asm/scatterlist.h

9 lines
168 B
C
Raw Normal View History

#ifndef _SPARC_SCATTERLIST_H
#define _SPARC_SCATTERLIST_H
#define ISA_DMA_THRESHOLD (~0UL)
#include <asm-generic/scatterlist.h>
#endif /* !(_SPARC_SCATTERLIST_H) */