repo.or.cz
/
pohmelfs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use dentry_path() to create full path to inode object
[pohmelfs.git]
/
arch
/
parisc
/
include
/
asm
/
scatterlist.h
blob
8bf1f0dd1f15f584e037c45342f476d4ee2af2c5
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 */