summaryrefslogtreecommitdiff
path: root/stmhal/rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/rtc.h')
-rw-r--r--stmhal/rtc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/stmhal/rtc.h b/stmhal/rtc.h
new file mode 100644
index 000000000..fee4da888
--- /dev/null
+++ b/stmhal/rtc.h
@@ -0,0 +1,4 @@
+void rtc_init(void);
+
+MP_DECLARE_CONST_FUN_OBJ(pyb_rtc_info_obj);
+MP_DECLARE_CONST_FUN_OBJ(pyb_rtc_read_obj);