aboutsummaryrefslogtreecommitdiff
path: root/platform/platform_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/platform_interface.h')
-rw-r--r--platform/platform_interface.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/platform_interface.h b/platform/platform_interface.h
index 0f49056..9c52cde 100644
--- a/platform/platform_interface.h
+++ b/platform/platform_interface.h
@@ -11,4 +11,8 @@
* had before.
*/
+/* Returns a pointer to what's expected to be a staticly allocated logo string.
+ * This will be printed when BBL boots. */
+const char *platform__get_logo(void);
+
#endif