diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-10-02 17:31:29 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-10-02 17:31:29 +0000 |
| commit | abd358cd49bf657eca50e5aa2146f9e23046949a (patch) | |
| tree | 2e6f991566bacaf6f64cfa92a868572b7e6b00ae /sys/amd64/include/clock.h | |
| parent | 01d0532b976b2daf1170b5af768590e2d4d49259 (diff) | |
Notes
Diffstat (limited to 'sys/amd64/include/clock.h')
| -rw-r--r-- | sys/amd64/include/clock.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/include/clock.h b/sys/amd64/include/clock.h index b7420e4adc66..63bfae9a74bd 100644 --- a/sys/amd64/include/clock.h +++ b/sys/amd64/include/clock.h @@ -7,6 +7,8 @@ #ifndef _MACHINE_CLOCK_H_ #define _MACHINE_CLOCK_H_ 1 +void inittodr(time_t base); + extern int pentium_mhz; #ifdef I586_CPU |
