summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/flash.h
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/flash.h')
-rw-r--r--stmhal/flash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/flash.h b/stmhal/flash.h
index 33d31df7a6..7900d2c1ae 100644
--- a/stmhal/flash.h
+++ b/stmhal/flash.h
@@ -1,2 +1,3 @@
uint32_t flash_get_sector_info(uint32_t addr, uint32_t *start_addr, uint32_t *size);
+void flash_erase(uint32_t flash_dest, const uint32_t *src, uint32_t num_word32);
void flash_write(uint32_t flash_dest, const uint32_t *src, uint32_t num_word32);