diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-12-13 14:24:34 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-12-13 14:24:34 +0100 |
commit | 566e698caf23dc034335cfbb05641726ec4c273b (patch) | |
tree | 62d60388c11a76ccd18f2d71b742caedcebab732 /src/arch | |
parent | ebd3e2890cad3fbc9b0293b91173995d191ee804 (diff) |
add fake counter driver for arch=posix
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/posix/driver/counter.cc | 3 |
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; |