diff options
| author | Jake Burkholder <jake@FreeBSD.org> | 2003-02-03 17:53:15 +0000 |
|---|---|---|
| committer | Jake Burkholder <jake@FreeBSD.org> | 2003-02-03 17:53:15 +0000 |
| commit | 238dd3209a205ba106527c7bc3cc617874f23b10 (patch) | |
| tree | 4ac2b707510b8d738855f9fa4a6576e6ded49a77 /sys/amd64/include/clock.h | |
| parent | ca26842e2af2aee467420feb874f83627c5c7027 (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 f6ed717e426a..140a34507965 100644 --- a/sys/amd64/include/clock.h +++ b/sys/amd64/include/clock.h @@ -16,6 +16,8 @@ */ extern int adjkerntz; extern int disable_rtc_set; +extern int pscnt; +extern int psdiv; extern int statclock_disable; extern u_int timer_freq; extern int timer0_max_count; |
