summaryrefslogtreecommitdiffstats
path: root/apps/osmocomBB/osmocomBB/include/calypso/rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/osmocomBB/osmocomBB/include/calypso/rtc.h')
-rw-r--r--apps/osmocomBB/osmocomBB/include/calypso/rtc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/osmocomBB/osmocomBB/include/calypso/rtc.h b/apps/osmocomBB/osmocomBB/include/calypso/rtc.h
new file mode 100644
index 0000000000..17528d00a8
--- /dev/null
+++ b/apps/osmocomBB/osmocomBB/include/calypso/rtc.h
@@ -0,0 +1,6 @@
+#ifndef _CALYPSO_RTC_H
+#define _CALYPSO_RTC_H
+
+void rtc_init(void);
+
+#endif /* _CALYPSO_RTC_H */