]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/time.h
xnu-3789.1.32.tar.gz
[apple/xnu.git] / bsd / sys / time.h
index da5e4d784a1a057f43de3ec9376f44b5ca1da769..85e7fe3df18e4a06c464bbc62d3c0b020f090957 100644 (file)
@@ -211,6 +211,7 @@ void        timevalsub(struct timeval *t1, struct timeval *t2);
 void   timevalfix(struct timeval *t1);
 #ifdef BSD_KERNEL_PRIVATE
 time_t boottime_sec(void);
+void   boottime_timeval(struct timeval *tv);
 void   inittodr(time_t base);
 int    ratecheck(struct timeval *lasttime, const struct timeval *mininterval);
 int    ppsratecheck(struct timeval *lasttime, int *curpps, int maxpps);