X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/2dced7af2b695f87fe26496a3e73c219b7880cbc..4bd07ac2140668789aa3ee8ec4dde4a3e0a3bba5:/bsd/sys/systm.h diff --git a/bsd/sys/systm.h b/bsd/sys/systm.h index 2cbbba27f..7d5a43c31 100644 --- a/bsd/sys/systm.h +++ b/bsd/sys/systm.h @@ -217,6 +217,7 @@ void bsd_timeout(void (*)(void *), void *arg, struct timespec * ts); void bsd_untimeout(void (*)(void *), void *arg); void set_fsblocksize(struct vnode *); uint64_t tvtoabstime(struct timeval *); +uint64_t tstoabstime(struct timespec *); void *throttle_info_create(void); void throttle_info_mount_ref(mount_t mp, void * throttle_info); void throttle_info_mount_rel(mount_t mp);