summaryrefslogtreecommitdiff
path: root/src/pcf_clock_driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcf_clock_driver.h')
-rw-r--r--src/pcf_clock_driver.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/pcf_clock_driver.h b/src/pcf_clock_driver.h
new file mode 100644
index 0000000..af20689
--- /dev/null
+++ b/src/pcf_clock_driver.h
@@ -0,0 +1,6 @@
+#include <time.h>
+
+void clock_init();
+void set_time(time_t time);
+time_t get_time();
+void set_alarm(time_t time);