aboutsummaryrefslogtreecommitdiff
path: root/src/vboot/vbnv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vboot/vbnv.h')
-rw-r--r--src/vboot/vbnv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vboot/vbnv.h b/src/vboot/vbnv.h
index 7a0bf92f40..5e5160a992 100644
--- a/src/vboot/vbnv.h
+++ b/src/vboot/vbnv.h
@@ -26,6 +26,8 @@ void regen_vbnv_crc(uint8_t *vbnv_copy);
int get_recovery_mode_from_vbnv(void);
void set_recovery_mode_into_vbnv(int recovery_reason);
int vboot_wants_oprom(void);
+/* Initialize and read vbnv. This is used in the main vboot logic path. */
+void vbnv_init(uint8_t *vbnv_copy);
/* CMOS backend */
void read_vbnv_cmos(uint8_t *vbnv_copy);