summaryrefslogtreecommitdiff
path: root/chip/g/flash_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/g/flash_info.h')
-rw-r--r--chip/g/flash_info.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chip/g/flash_info.h b/chip/g/flash_info.h
index 464eb70dbd..4267d8c4ea 100644
--- a/chip/g/flash_info.h
+++ b/chip/g/flash_info.h
@@ -36,6 +36,8 @@ void flash_info_write_disable(void);
int flash_info_physical_write(int byte_offset, int num_bytes, const char *data);
int flash_physical_info_read_word(int byte_offset, uint32_t *dst);
+/* Enable or disable write access to the backup RO section. */
void flash_open_ro_window(uint32_t offset, size_t size_b);
+void flash_close_ro_window(void);
#endif /* ! __EC_CHIP_G_FLASH_INFO_H */