aboutsummaryrefslogtreecommitdiff
path: root/src/include/program_loading.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/program_loading.h')
-rw-r--r--src/include/program_loading.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/program_loading.h b/src/include/program_loading.h
index 8ceebc12d4..32f80e1f34 100644
--- a/src/include/program_loading.h
+++ b/src/include/program_loading.h
@@ -22,6 +22,12 @@
#include <stdint.h>
#include <stddef.h>
+/************************
+ * ROMSTAGE LOADING *
+ ************************/
+
+/* Run romstage from bootblock. */
+void run_romstage(void);
/************************
* RAMSTAGE LOADING *