aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/clock.h
diff options
context:
space:
mode:
authorTor Egge <tegge@FreeBSD.org>1998-03-05 21:45:53 +0000
committerTor Egge <tegge@FreeBSD.org>1998-03-05 21:45:53 +0000
commit5dd528cd4ec5db4c73dde55a2bc6b4e4c04c47af (patch)
treee481a63be7d520e99b8c2c5d3aad367147e762fb /sys/amd64/include/clock.h
parent622a086be3e53ecdbee01a18e5941be524df403a (diff)
Notes
Diffstat (limited to 'sys/amd64/include/clock.h')
-rw-r--r--sys/amd64/include/clock.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/amd64/include/clock.h b/sys/amd64/include/clock.h
index 72c159063bba..c21229b998cd 100644
--- a/sys/amd64/include/clock.h
+++ b/sys/amd64/include/clock.h
@@ -3,7 +3,7 @@
* Garrett Wollman, September 1994.
* This file is in the public domain.
*
- * $Id: clock.h,v 1.32 1998/02/20 16:35:27 phk Exp $
+ * $Id: clock.h,v 1.33 1998/02/25 02:20:30 bde Exp $
*/
#ifndef _MACHINE_CLOCK_H_
@@ -21,6 +21,9 @@ extern u_int timer_freq;
extern int timer0_max_count;
extern u_int tsc_freq;
extern int wall_cmos_clock;
+#ifdef APIC_IO
+extern int apic_8254_intr;
+#endif
/*
* Driver to clock driver interface.