aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/timetc.h
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2002-04-26 21:31:44 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2002-04-26 21:31:44 +0000
commitb4a1d0deb105df01f80dac1be7e282928a3963ea (patch)
tree2d6cf3e9c14f0c8a30d152f6f10c4cc46d797f25 /sys/sys/timetc.h
parent14021ab570142b42943397c90fe0a3f3759a0eeb (diff)
downloadsrc-b4a1d0deb105df01f80dac1be7e282928a3963ea.tar.gz
src-b4a1d0deb105df01f80dac1be7e282928a3963ea.zip
Hide the private parts of timecounter from a couple of places that don't
really need to know the gory details.
Notes
Notes: svn path=/head/; revision=95529
Diffstat (limited to 'sys/sys/timetc.h')
-rw-r--r--sys/sys/timetc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/timetc.h b/sys/sys/timetc.h
index 5b212fe5c26f..a35f6fb32cd9 100644
--- a/sys/sys/timetc.h
+++ b/sys/sys/timetc.h
@@ -93,6 +93,7 @@ struct timecounter {
#ifdef _KERNEL
extern struct timecounter *volatile timecounter;
+u_int32_t tc_getfrequency(void);
void tc_init(struct timecounter *tc);
void tc_setclock(struct timespec *ts);
#endif /* !_KERNEL */