summaryrefslogtreecommitdiff
path: root/include/new_nvmem.h
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-01-05 17:26:04 -0800
committerCommit Bot <commit-bot@chromium.org>2021-01-06 23:07:39 +0000
commit9b36fc44ad92c9524aece3830dc6fd76acd4945a (patch)
treecad58e20a793c219bbdcc3ce11d21e9c0040213e /include/new_nvmem.h
parent1b4aaff86d4a9ad7a84d2c8749266cadbf2265b2 (diff)
downloadchrome-ec-9b36fc44ad92c9524aece3830dc6fd76acd4945a.tar.gz
coil: nvmem master_at->controller_at
BUG=b:175244613 TEST=make buildall -j Change-Id: I7ee1b4393039ce84966eaea245e6510f1e570f63 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2613459 Reviewed-by: Namyoon Woo <namyoon@chromium.org>
Diffstat (limited to 'include/new_nvmem.h')
-rw-r--r--include/new_nvmem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/new_nvmem.h b/include/new_nvmem.h
index 9aa551c761..dfdaa57206 100644
--- a/include/new_nvmem.h
+++ b/include/new_nvmem.h
@@ -157,7 +157,7 @@ static inline int nvmem_erase_tpm_data(void)
#define NVMEM_TEST_BUILD
enum ec_error_list browse_flash_contents(int);
enum ec_error_list compact_nvmem(void);
-extern struct access_tracker master_at;
+extern struct access_tracker controller_at;
extern uint16_t total_var_space;
int is_uninitialized(const void *p, size_t size);
size_t init_object_offsets(uint16_t *offsets, size_t count);