summaryrefslogtreecommitdiff
path: root/src/vboot/vbnv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vboot/vbnv.h')
-rw-r--r--src/vboot/vbnv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vboot/vbnv.h b/src/vboot/vbnv.h
index 78ca8f66f3..30da6a50c5 100644
--- a/src/vboot/vbnv.h
+++ b/src/vboot/vbnv.h
@@ -22,6 +22,7 @@
void read_vbnv(uint8_t *vbnv_copy);
void save_vbnv(const uint8_t *vbnv_copy);
int verify_vbnv(uint8_t *vbnv_copy);
+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);