summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/storage.h')
-rw-r--r--stmhal/storage.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/stmhal/storage.h b/stmhal/storage.h
index 30aa483095..4d3de77eda 100644
--- a/stmhal/storage.h
+++ b/stmhal/storage.h
@@ -42,3 +42,6 @@ mp_uint_t storage_read_blocks(uint8_t *dest, uint32_t block_num, uint32_t num_bl
mp_uint_t storage_write_blocks(const uint8_t *src, uint32_t block_num, uint32_t num_blocks);
extern const struct _mp_obj_type_t pyb_flash_type;
+
+struct _fs_user_mount_t;
+void pyb_flash_init_vfs(struct _fs_user_mount_t *vfs);