summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/clock.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-03-24 06:20:48 +0000
committerjhb <jhb@FreeBSD.org>2001-03-24 06:20:48 +0000
commit7507911b050da6bf08aa6ad1bf8cb7750e68f374 (patch)
tree2c5cb87bec4cc467558f1c5511798c735287ddea /sys/ia64/include/clock.h
parent9591c03c97b49dd25e5d333a66027d756e804599 (diff)
downloadFreeBSD-src-7507911b050da6bf08aa6ad1bf8cb7750e68f374.zip
FreeBSD-src-7507911b050da6bf08aa6ad1bf8cb7750e68f374.tar.gz
Stick a prototype for handleclock() in machine/clock.h and include it
interrupt.c to quiet a warning.
Diffstat (limited to 'sys/ia64/include/clock.h')
-rw-r--r--sys/ia64/include/clock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ia64/include/clock.h b/sys/ia64/include/clock.h
index 9e4ad71..707422a 100644
--- a/sys/ia64/include/clock.h
+++ b/sys/ia64/include/clock.h
@@ -18,6 +18,7 @@ extern int adjkerntz;
int sysbeep __P((int pitch, int period));
int acquire_timer2 __P((int mode));
int release_timer2 __P((void));
+void handleclock __P((void *arg));
#endif
OpenPOWER on IntegriCloud