aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dec/mcclockvar.h
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>1999-05-18 21:24:16 +0000
committerDoug Rabson <dfr@FreeBSD.org>1999-05-18 21:24:16 +0000
commitf38cc0691f778f13d007bcb59cab879070f00e1b (patch)
treee59435462f99f840659c260608a36298b6f2269b /sys/dev/dec/mcclockvar.h
parentab25d374b20b0f2d95e582f809da498a19d541a5 (diff)
downloadsrc-f38cc0691f778f13d007bcb59cab879070f00e1b.tar.gz
src-f38cc0691f778f13d007bcb59cab879070f00e1b.zip
Calibrate the processor cycle counter instead of believing what the
firmware says.
Notes
Notes: svn path=/head/; revision=47309
Diffstat (limited to 'sys/dev/dec/mcclockvar.h')
-rw-r--r--sys/dev/dec/mcclockvar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/dec/mcclockvar.h b/sys/dev/dec/mcclockvar.h
index 0c9f5df8d816..a38f632feac5 100644
--- a/sys/dev/dec/mcclockvar.h
+++ b/sys/dev/dec/mcclockvar.h
@@ -33,3 +33,4 @@ void mcclock_attach(device_t dev);
void mcclock_init(device_t);
void mcclock_get(device_t, time_t, struct clocktime *);
void mcclock_set(device_t, struct clocktime *);
+int mcclock_getsecs(device_t dev, int *secp);