aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/google/chromeos/chromeos.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendorcode/google/chromeos/chromeos.h')
-rw-r--r--src/vendorcode/google/chromeos/chromeos.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/vendorcode/google/chromeos/chromeos.h b/src/vendorcode/google/chromeos/chromeos.h
index 9dbb68129d..03f1516ee0 100644
--- a/src/vendorcode/google/chromeos/chromeos.h
+++ b/src/vendorcode/google/chromeos/chromeos.h
@@ -20,6 +20,7 @@
#include <stdint.h>
#include <bootmode.h>
#include <rules.h>
+#include "vbnv.h"
#include "vboot_common.h"
#include "vboot2/misc.h"
@@ -27,14 +28,6 @@
void save_chromeos_gpios(void);
#endif
-/* functions implemented in vbnv.c: */
-int get_recovery_mode_from_vbnv(void);
-void set_recovery_mode_into_vbnv(int recovery_reason);
-int vboot_wants_oprom(void);
-
-void read_vbnv(uint8_t *vbnv_copy);
-void save_vbnv(const uint8_t *vbnv_copy);
-
#if CONFIG_CHROMEOS
/* functions implemented in elog.c */
void elog_add_boot_reason(void);