diff options
Diffstat (limited to 'src/vboot/vbnv.h')
-rw-r--r-- | src/vboot/vbnv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vboot/vbnv.h b/src/vboot/vbnv.h index 5e5160a992..540f25c2ca 100644 --- a/src/vboot/vbnv.h +++ b/src/vboot/vbnv.h @@ -28,6 +28,8 @@ 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); +/* Reset vbnv snapshot to a known state. */ +void vbnv_reset(uint8_t *vbnv_copy); /* CMOS backend */ void read_vbnv_cmos(uint8_t *vbnv_copy); |