summaryrefslogtreecommitdiff
path: root/include/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/system.h')
-rw-r--r--include/system.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/system.h b/include/system.h
index d6427cb676..03ab3f9a05 100644
--- a/include/system.h
+++ b/include/system.h
@@ -121,6 +121,11 @@ void system_clear_reset_flags(uint32_t flags);
void system_print_reset_flags(void);
/**
+ * Print a banner at boot, including image type, version, and reset type
+ */
+void system_print_banner(void);
+
+/**
* Check if system is locked down for normal consumer use.
*
* @return non-zero if the system is locked down for normal consumer use.