summaryrefslogtreecommitdiff
path: root/src/stm/ao_flash_stm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stm/ao_flash_stm.h')
-rw-r--r--src/stm/ao_flash_stm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stm/ao_flash_stm.h b/src/stm/ao_flash_stm.h
index b4067d8d..09ca5ac1 100644
--- a/src/stm/ao_flash_stm.h
+++ b/src/stm/ao_flash_stm.h
@@ -19,6 +19,9 @@
#define _AO_FLASH_STM_H_
void
+ao_flash_erase_page(uint32_t *page);
+
+void
ao_flash_page(uint32_t *page, uint32_t *src);
#endif /* _AO_FLASH_STM_H_ */