aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/clock.h
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-02-05 09:20:40 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-02-05 09:20:40 +0000
commitd1b40f007dd10a128b919e41538b693865a8c1de (patch)
tree7a03b09b03484b4fef54f0c9e866e483e387f54a /sys/amd64/include/clock.h
parente25cc93fa6d9b2988aeea33605bc28e068742ad4 (diff)
Notes
Diffstat (limited to 'sys/amd64/include/clock.h')
-rw-r--r--sys/amd64/include/clock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/include/clock.h b/sys/amd64/include/clock.h
index 140a34507965..5ae4fb2c409f 100644
--- a/sys/amd64/include/clock.h
+++ b/sys/amd64/include/clock.h
@@ -45,6 +45,7 @@ int release_timer1(void);
#endif
int sysbeep(int pitch, int period);
void timer_restore(void);
+void init_TSC(void);
#endif /* _KERNEL */