aboutsummaryrefslogtreecommitdiff
path: root/src/include/bootstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/bootstate.h')
-rw-r--r--src/include/bootstate.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/bootstate.h b/src/include/bootstate.h
index 09178a56f0..481a8bc54a 100644
--- a/src/include/bootstate.h
+++ b/src/include/bootstate.h
@@ -195,4 +195,8 @@ struct boot_state_init_entry {
bsie_ ## func_ ##_## state_ ##_## when_ BOOT_STATE_INIT_ATTR = \
& func_ ##_## state_ ##_## when_;
+/* Hook per arch when coreboot is exiting to payload or ACPI OS resume. It's
+ * the very last thing done before the transition. */
+void arch_bootstate_coreboot_exit(void);
+
#endif /* BOOTSTATE_H */