diff options
Diffstat (limited to 'extmod/fsusermount.h')
-rw-r--r-- | extmod/fsusermount.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extmod/fsusermount.h b/extmod/fsusermount.h index 53442a3689..0fa353b7ef 100644 --- a/extmod/fsusermount.h +++ b/extmod/fsusermount.h @@ -42,4 +42,5 @@ typedef struct _fs_user_mount_t { } fs_user_mount_t; MP_DECLARE_CONST_FUN_OBJ(fsuser_mount_obj); +MP_DECLARE_CONST_FUN_OBJ(fsuser_umount_obj); MP_DECLARE_CONST_FUN_OBJ(fsuser_mkfs_obj); |