summaryrefslogtreecommitdiff
path: root/stage3/clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'stage3/clock.h')
-rw-r--r--stage3/clock.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/stage3/clock.h b/stage3/clock.h
index f0255bc..1c6f817 100644
--- a/stage3/clock.h
+++ b/stage3/clock.h
@@ -8,8 +8,10 @@
#define RTC_RATE NANOSECONDS/RTC_FREQ
extern u64 monoclock_rtc_time;
+extern u64 monoclock_last_cycles;
void clock_init();
+void clock_sync();
u64 clock_cycles();
u64 clock_monotonic_coarse();