summaryrefslogtreecommitdiff
path: root/chip/g/system.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/g/system.c')
-rw-r--r--chip/g/system.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/chip/g/system.c b/chip/g/system.c
index 47b3848146..1400fa7060 100644
--- a/chip/g/system.c
+++ b/chip/g/system.c
@@ -231,12 +231,12 @@ int system_battery_cutoff_support_required(void)
}
/* TODO(crosbug.com/p/33822): Where can we store stuff persistently? */
-int system_get_vbnvcontext(uint8_t *block)
+int system_get_bbram(enum system_bbram_idx idx, uint8_t *value)
{
return 0;
}
-int system_set_vbnvcontext(const uint8_t *block)
+int system_set_bbram(enum system_bbram_idx idx, uint8_t value)
{
return 0;
}