aboutsummaryrefslogtreecommitdiff
path: root/src/include/part/fallback_boot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/part/fallback_boot.h')
-rw-r--r--src/include/part/fallback_boot.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/include/part/fallback_boot.h b/src/include/part/fallback_boot.h
new file mode 100644
index 0000000000..1eb2f7bffc
--- /dev/null
+++ b/src/include/part/fallback_boot.h
@@ -0,0 +1,16 @@
+#ifndef PART_FALLBACK_BOOT_H
+#define PART_FALLBACK_BOOT_H
+
+#ifndef ASSEMBLY
+
+#if HAVE_FALLBACK_BOOT
+void boot_successful(void);
+#else
+#define boot_successful()
+#endif
+
+#endif /* ASSEMBLY */
+
+#define RTC_BOOT_BYTE 48
+
+#endif /* PART_FALLBACK_BOOT_H */