Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v3.9-rc8 10 lines 246 B view raw
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 sg_virt_addr(sg) ((unsigned long)sg_virt(sg)) 9 10#endif /* _ASM_PARISC_SCATTERLIST_H */