diff options
Diffstat (limited to 'stmhal/sdcard.h')
-rw-r--r-- | stmhal/sdcard.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stmhal/sdcard.h b/stmhal/sdcard.h index 06ca5ef1b3..ccc24927e5 100644 --- a/stmhal/sdcard.h +++ b/stmhal/sdcard.h @@ -39,3 +39,6 @@ mp_uint_t sdcard_write_blocks(const uint8_t *src, uint32_t block_num, uint32_t n extern const struct _mp_obj_type_t pyb_sdcard_type; extern const struct _mp_obj_base_t pyb_sdcard_obj; + +struct _fs_user_mount_t; +void sdcard_init_vfs(struct _fs_user_mount_t *vfs); |