diff options
Diffstat (limited to 'unix/qstrdefsport.h')
-rw-r--r-- | unix/qstrdefsport.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/unix/qstrdefsport.h b/unix/qstrdefsport.h index 60a39c39f1..3aceb331fd 100644 --- a/unix/qstrdefsport.h +++ b/unix/qstrdefsport.h @@ -45,6 +45,14 @@ Q(getenv) Q(mkdir) Q(ilistdir) Q(errno) +#if MICROPY_FSUSERMOUNT +Q(vfs_mount) +Q(vfs_umount) +Q(vfs_mkfs) +#endif +#if MICROPY_VFS_FAT +Q(VfsFat) +#endif #if MICROPY_PY_OS_DUPTERM Q(dupterm) #endif |