diff options
Diffstat (limited to 'extmod/vfs_fat_file.h')
| -rw-r--r-- | extmod/vfs_fat_file.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/extmod/vfs_fat_file.h b/extmod/vfs_fat_file.h index e62fd826f..6d6888955 100644 --- a/extmod/vfs_fat_file.h +++ b/extmod/vfs_fat_file.h @@ -28,3 +28,5 @@ extern const byte fresult_to_errno_table[20];  mp_obj_t fatfs_builtin_open(mp_uint_t n_args, const mp_obj_t *args, mp_map_t *kwargs);  MP_DECLARE_CONST_FUN_OBJ(mp_builtin_open_obj); + +mp_obj_t fat_vfs_listdir(const char *path, bool is_str_type);  | 
