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