]>
Commit | Line | Data |
---|---|---|
1 | // | |
2 | // lf_hfs_lookup.h | |
3 | // livefiles_hfs | |
4 | // | |
5 | // Created by Yakov Ben Zaken on 25/03/2018. | |
6 | // | |
7 | ||
8 | #ifndef lf_hfs_lookup_h | |
9 | #define lf_hfs_lookup_h | |
10 | ||
11 | #include "lf_hfs_vnode.h" | |
12 | #include "lf_hfs_vnops.h" | |
13 | ||
14 | int hfs_vnop_lookup(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp); | |
15 | ||
16 | #endif /* lf_hfs_lookup_h */ |