summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-12-13 14:24:34 +0100
committerDaniel Friesel <derf@finalrewind.org>2018-12-13 14:24:34 +0100
commit566e698caf23dc034335cfbb05641726ec4c273b (patch)
tree62d60388c11a76ccd18f2d71b742caedcebab732 /src
parentebd3e2890cad3fbc9b0293b91173995d191ee804 (diff)
add fake counter driver for arch=posix
Diffstat (limited to 'src')
-rw-r--r--src/arch/posix/driver/counter.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/posix/driver/counter.cc b/src/arch/posix/driver/counter.cc
new file mode 100644
index 0000000..17a0f95
--- /dev/null
+++ b/src/arch/posix/driver/counter.cc
@@ -0,0 +1,3 @@
+#include "driver/counter.h"
+
+Counter counter;