aboutsummaryrefslogtreecommitdiff
path: root/src/rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rtc.h')
-rw-r--r--src/rtc.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/rtc.h b/src/rtc.h
new file mode 100644
index 0000000..2017e96
--- /dev/null
+++ b/src/rtc.h
@@ -0,0 +1,9 @@
+#ifndef RTC_H
+#define RTC_H
+
+struct rtc_handle
+{
+ int fd;
+};
+
+#endif /* RTC_H */