aboutsummaryrefslogtreecommitdiff
path: root/include/reboot-mode
diff options
context:
space:
mode:
Diffstat (limited to 'include/reboot-mode')
-rw-r--r--include/reboot-mode/reboot-mode-rtc.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/reboot-mode/reboot-mode-rtc.h b/include/reboot-mode/reboot-mode-rtc.h
new file mode 100644
index 00000000000..3613678f636
--- /dev/null
+++ b/include/reboot-mode/reboot-mode-rtc.h
@@ -0,0 +1,16 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Copyright (c), Vaisala Oyj
+ */
+
+#ifndef REBOOT_MODE_REBOOT_MODE_RTC_H_
+#define REBOOT_MODE_REBOOT_MODE_RTC_H_
+
+struct reboot_mode_rtc_platdata {
+ struct udevice *rtc;
+ bool is_big_endian;
+ int addr;
+ size_t size;
+};
+
+#endif /* REBOOT_MODE_REBOOT_MODE_RTC_H_ */