diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-02-05 09:20:40 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-02-05 09:20:40 +0000 |
| commit | d1b40f007dd10a128b919e41538b693865a8c1de (patch) | |
| tree | 7a03b09b03484b4fef54f0c9e866e483e387f54a /sys/amd64/include/clock.h | |
| parent | e25cc93fa6d9b2988aeea33605bc28e068742ad4 (diff) | |
Notes
Diffstat (limited to 'sys/amd64/include/clock.h')
| -rw-r--r-- | sys/amd64/include/clock.h | 1 |
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 */ |
