summaryrefslogtreecommitdiff
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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/program_loading.h b/src/include/program_loading.h
index 1b71fadb1b..320ff3cc1e 100644
--- a/src/include/program_loading.h
+++ b/src/include/program_loading.h
@@ -179,6 +179,9 @@ struct prog_loader_ops {
/* Run romstage from bootblock. */
void run_romstage(void);
+/* Runtime selector for CBFS_PREFIX of romstage. */
+int legacy_romstage_selector(struct prog *romstage);
+
/************************
* RAMSTAGE LOADING *
************************/