summaryrefslogtreecommitdiffstats
path: root/sys/sys/timex.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-04-26 21:31:44 +0000
committerphk <phk@FreeBSD.org>2002-04-26 21:31:44 +0000
commitd1d55e6cb9412612405c83d273cf677819a841a5 (patch)
tree2d6cf3e9c14f0c8a30d152f6f10c4cc46d797f25 /sys/sys/timex.h
parent47e5a75efe42b9d1926080e0a6d1787413891b8d (diff)
downloadFreeBSD-src-d1d55e6cb9412612405c83d273cf677819a841a5.zip
FreeBSD-src-d1d55e6cb9412612405c83d273cf677819a841a5.tar.gz
Hide the private parts of timecounter from a couple of places that don't
really need to know the gory details.
Diffstat (limited to 'sys/sys/timex.h')
-rw-r--r--sys/sys/timex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/timex.h b/sys/sys/timex.h
index 7cdeea0..a4379fe 100644
--- a/sys/sys/timex.h
+++ b/sys/sys/timex.h
@@ -220,8 +220,8 @@ struct timex {
#ifdef __FreeBSD__
#ifdef _KERNEL
-struct timecounter;
-void ntp_update_second(struct timecounter *tc);
+struct timehands;
+void ntp_update_second(int64_t *adjustment, time_t *newsec);
#else /* !_KERNEL */
#include <sys/cdefs.h>
OpenPOWER on IntegriCloud