aboutsummaryrefslogtreecommitdiff
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/security/vboot/vbnv.h b/src/security/vboot/vbnv.h
index c8e689fa04..a2f0b4c978 100644
--- a/src/security/vboot/vbnv.h
+++ b/src/security/vboot/vbnv.h
@@ -25,7 +25,6 @@ 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);
/* Read the USB Device Controller(UDC) enable flag from VBNV. */
int vbnv_udc_enable_flag(void);