summaryrefslogtreecommitdiff
path: root/kern/mach_clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/mach_clock.h')
-rw-r--r--kern/mach_clock.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kern/mach_clock.h b/kern/mach_clock.h
index 4e4e8ff..72189af 100644
--- a/kern/mach_clock.h
+++ b/kern/mach_clock.h
@@ -104,4 +104,7 @@ extern void mapable_time_init (void);
extern void timeout(timer_func_t *fcn, void *param, int interval);
extern boolean_t untimeout(timer_func_t *fcn, void *param);
+extern int timeopen(void);
+extern int timeclose(void);
+
#endif /* _KERN_MACH_CLOCK_H_ */