Declare get_write_protect_state() without ChromeOS

Change-Id: I72471ac68088cd26f8277b27b75b7d44ad72cfc4
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/5642
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-by: Aaron Durbin <adurbin@google.com>
This commit is contained in:
Kyösti Mälkki
2014-04-28 23:41:06 +03:00
parent e3ddee0437
commit 1645589ce7
9 changed files with 8 additions and 10 deletions

View File

@ -24,9 +24,6 @@
#include <stdint.h>
#include <bootmode.h>
/* functions implemented per mainboard: */
int get_write_protect_state(void);
/* functions implemented in vbnv.c: */
int get_recovery_mode_from_vbnv(void);
int vboot_wants_oprom(void);