]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/file.h
xnu-3789.70.16.tar.gz
[apple/xnu.git] / bsd / sys / file.h
index dcf08f44814f7f74f64c87c5682e406e3a2eddf5..e794517061f5f1069fcd4fceb8a7d5539150d033 100644 (file)
@@ -97,6 +97,9 @@ int file_drop(int);
 #ifdef KERNEL_PRIVATE
 int fd_rdwr(int fd, enum uio_rw, uint64_t base, int64_t len, enum uio_seg,
            off_t offset, int io_flg, int64_t *aresid);
+struct fileproc;
+struct vnode;
+int fp_getfvp(struct proc *p, int fd, struct fileproc **resultfp, struct vnode  **resultvp);
 #endif /* KERNEL_PRIVATE */
 __END_DECLS
 #endif /* !_SYS_FILE_H_ */