summaryrefslogtreecommitdiff
path: root/date.h
diff options
context:
space:
mode:
Diffstat (limited to 'date.h')
-rw-r--r--date.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/date.h b/date.h
new file mode 100644
index 0000000..dd8f4b0
--- /dev/null
+++ b/date.h
@@ -0,0 +1,8 @@
+struct rtcdate {
+ uint second;
+ uint minute;
+ uint hour;
+ uint day;
+ uint month;
+ uint year;
+};