summaryrefslogtreecommitdiff
path: root/chip/host/system.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/host/system.c')
-rw-r--r--chip/host/system.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/chip/host/system.c b/chip/host/system.c
index 194a9565ab..3820048fad 100644
--- a/chip/host/system.c
+++ b/chip/host/system.c
@@ -188,12 +188,12 @@ const char *system_get_chip_revision(void)
return "";
}
-int system_get_vbnvcontext(uint8_t *block)
+int system_get_bbram(enum system_bbram_idx idx, uint8_t *value)
{
return EC_ERROR_UNIMPLEMENTED;
}
-int system_set_vbnvcontext(const uint8_t *block)
+int system_set_bbram(enum system_bbram_idx idx, uint8_t value)
{
return EC_ERROR_UNIMPLEMENTED;
}