]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/miscfs/specfs/specdev.h
xnu-6153.61.1.tar.gz
[apple/xnu.git] / bsd / miscfs / specfs / specdev.h
index ae4e79ae0b696a169f38e0543067d5eb87d9beea..3a4b2aa5ca5b8ac0bc8e23ef0230fd7723d475f6 100644 (file)
@@ -133,9 +133,9 @@ __BEGIN_DECLS
 #ifdef BSD_KERNEL_PRIVATE
 int spec_blktooff(struct  vnop_blktooff_args *);
 int spec_offtoblk(struct  vnop_offtoblk_args *);
-int     spec_fsync_internal(vnode_t, int, vfs_context_t);
+int spec_fsync_internal(vnode_t, int, vfs_context_t);
 int spec_blockmap(struct  vnop_blockmap_args *);
-int spec_kqfilter(vnode_t vp, struct knote *kn, struct kevent_internal_s *kev);
+int spec_kqfilter(vnode_t vp, struct knote *kn, struct kevent_qos_s *kev);
 #endif /* BSD_KERNEL_PRIVATE */
 
 int     spec_ebadf(void *);