X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/0a7de7458d150b5d4dffc935ba399be265ef0a1a..4ba76501152d51ccb5647018f3192c6096367d48:/bsd/miscfs/specfs/specdev.h diff --git a/bsd/miscfs/specfs/specdev.h b/bsd/miscfs/specfs/specdev.h index ae4e79ae0..3a4b2aa5c 100644 --- a/bsd/miscfs/specfs/specdev.h +++ b/bsd/miscfs/specfs/specdev.h @@ -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 *);