summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/vfs_fat.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-01-29 15:21:46 +1100
committerDamien George <damien.p.george@gmail.com>2017-01-30 12:26:07 +1100
commit1808b2e8d5c9fff8020628a7849a537ffa9790e3 (patch)
tree4f511c33f4355880fc9a224d742e90c6758f799f /extmod/vfs_fat.h
parent3d6f9572084a8bcba762899ee4f8ea15ddf010ab (diff)
downloadmicropython-1808b2e8d5c9fff8020628a7849a537ffa9790e3.tar.gz
micropython-1808b2e8d5c9fff8020628a7849a537ffa9790e3.zip
extmod: Remove MICROPY_FSUSERMOUNT and related files.
Replaced by MICROPY_VFS and the VFS sub-system.
Diffstat (limited to 'extmod/vfs_fat.h')
-rw-r--r--extmod/vfs_fat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/extmod/vfs_fat.h b/extmod/vfs_fat.h
index 1ea8a9637e..bc5be0c672 100644
--- a/extmod/vfs_fat.h
+++ b/extmod/vfs_fat.h
@@ -31,8 +31,6 @@ struct _fs_user_mount_t;
extern const byte fresult_to_errno_table[20];
extern const mp_obj_type_t mp_fat_vfs_type;
-struct _fs_user_mount_t *ff_get_vfs(const char **path);
-
mp_import_stat_t fat_vfs_import_stat(struct _fs_user_mount_t *vfs, const char *path);
mp_obj_t fatfs_builtin_open(mp_uint_t n_args, const mp_obj_t *args, mp_map_t *kwargs);
mp_obj_t fatfs_builtin_open_self(mp_obj_t self_in, mp_obj_t path, mp_obj_t mode);