summaryrefslogtreecommitdiff
path: root/kernel/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/time.h')
-rw-r--r--kernel/time.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/time.h b/kernel/time.h
new file mode 100644
index 0000000..1c581c1
--- /dev/null
+++ b/kernel/time.h
@@ -0,0 +1,3 @@
+#include "lib/int/stdint.h"
+volatile uint64_t task_system_clock; // from task.c
+