summaryrefslogtreecommitdiff
path: root/include/rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rtc.h')
-rw-r--r--include/rtc.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/rtc.h b/include/rtc.h
new file mode 100644
index 0000000..ca4c068
--- /dev/null
+++ b/include/rtc.h
@@ -0,0 +1,13 @@
+/*
+ * (C) Copyright 2014 Leo C. <erbl259-lmu@yahoo.de>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifndef _RTC_H_
+#define _RTC_H_
+
+int rtc_get (struct tm *);
+int rtc_set (struct tm *);
+
+#endif /* _RTC_H_ */