Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
scatterlist.h
Go to the documentation of this file.
1 #ifndef _ASM_PARISC_SCATTERLIST_H
2 #define _ASM_PARISC_SCATTERLIST_H
3 
4 #include <asm/page.h>
5 #include <asm/types.h>
7 
8 #define sg_virt_addr(sg) ((unsigned long)sg_virt(sg))
9 
10 #endif /* _ASM_PARISC_SCATTERLIST_H */