summaryrefslogtreecommitdiff
path: root/sys/powerpc/include
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>1998-07-22 08:26:23 +0000
committerDoug Rabson <dfr@FreeBSD.org>1998-07-22 08:26:23 +0000
commit41fc8fe7b95fd507ab7c86f42a74b8fbc63fda22 (patch)
tree96b202c4d8abb5edc15555c8527c5644be30e39f /sys/powerpc/include
parentbb4752537d40ebda7ee4e2d5465c17fbdd80b5c6 (diff)
Notes
Diffstat (limited to 'sys/powerpc/include')
-rw-r--r--sys/powerpc/include/clock.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/powerpc/include/clock.h b/sys/powerpc/include/clock.h
index 95c160fed890..15e4fa7c72ab 100644
--- a/sys/powerpc/include/clock.h
+++ b/sys/powerpc/include/clock.h
@@ -3,7 +3,7 @@
* Garrett Wollman, September 1994.
* This file is in the public domain.
*
- * $Id: clock.h,v 1.34 1998/03/05 21:45:42 tegge Exp $
+ * $Id: clock.h,v 1.1 1998/06/10 10:54:35 dfr Exp $
*/
#ifndef _MACHINE_CLOCK_H_
@@ -16,6 +16,8 @@ extern int adjkerntz;
void DELAY __P((int usec));
int sysbeep __P((int pitch, int period));
+int acquire_timer2 __P((int mode));
+int release_timer2 __P((void));
#endif /* KERNEL */