Merge branch 'for-linus' of git://www.jni.nu/cris
[sfrench/cifs-2.6.git] / arch / parisc / include / asm / scatterlist.h
1 #ifndef _ASM_PARISC_SCATTERLIST_H
2 #define _ASM_PARISC_SCATTERLIST_H
3
4 #include <asm/page.h>
5 #include <asm/types.h>
6 #include <asm-generic/scatterlist.h>
7
8 #define ISA_DMA_THRESHOLD (~0UL)
9 #define sg_virt_addr(sg) ((unsigned long)sg_virt(sg))
10
11 #endif /* _ASM_PARISC_SCATTERLIST_H */