summaryrefslogtreecommitdiff
path: root/code/ecp/tm.h
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2018-03-15 21:37:11 +0100
committerUros Majstorovic <majstor@majstor.org>2018-03-15 21:37:11 +0100
commit8755ad4c0b0652f16d3505ed72ed3d8310a35c6f (patch)
tree6d7c3b93563bf64b811bb198e13ebbe7d7907e67 /code/ecp/tm.h
parentb00f381106c941ea03e5ea04dc08e6c4b9e582fa (diff)
removed *IFace from context
Diffstat (limited to 'code/ecp/tm.h')
-rw-r--r--code/ecp/tm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/code/ecp/tm.h b/code/ecp/tm.h
new file mode 100644
index 0000000..77b175d
--- /dev/null
+++ b/code/ecp/tm.h
@@ -0,0 +1,3 @@
+ecp_cts_t ecp_tm_abstime_ms(ecp_cts_t msec);
+void ecp_tm_sleep_ms(ecp_cts_t msec);
+void ecp_tm_timer_set(ecp_cts_t next);