summaryrefslogtreecommitdiff
path: root/src/security/vboot/vbnv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/security/vboot/vbnv.h')
-rw-r--r--src/security/vboot/vbnv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/security/vboot/vbnv.h b/src/security/vboot/vbnv.h
index eb435e2e58..c4112a2b29 100644
--- a/src/security/vboot/vbnv.h
+++ b/src/security/vboot/vbnv.h
@@ -15,7 +15,7 @@ void regen_vbnv_crc(uint8_t *vbnv_copy);
int vbnv_udc_enable_flag(void);
/* Initialize and read vbnv. This is used in the main vboot logic path. */
-void vbnv_init(uint8_t *vbnv_copy);
+void vbnv_init(void);
/* Reset vbnv snapshot to a known state. */
void vbnv_reset(uint8_t *vbnv_copy);