summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-01-29 11:35:04 +0100
committerDaniel Friesel <derf@finalrewind.org>2019-01-29 11:35:04 +0100
commitbb47a50d9060517806b37aed27e9efaa98f4ab99 (patch)
tree4091aba96fcb81f9dc5e6fe1215d1494a277ee88 /include
parentd6b9e767525d5602b24b3d72b7324cac53889abd (diff)
fix posix uptime driver
Diffstat (limited to 'include')
-rw-r--r--include/arch/posix/driver/uptime.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/arch/posix/driver/uptime.h b/include/arch/posix/driver/uptime.h
index 93711b9..39da445 100644
--- a/include/arch/posix/driver/uptime.h
+++ b/include/arch/posix/driver/uptime.h
@@ -12,6 +12,7 @@ class Uptime {
uint64_t get_s();
uint64_t get_us();
uint64_t get_cycles();
+ void tick_s() {};
};
extern Uptime uptime;