diff options
| author | Damien George | 2016-02-10 16:28:02 +0000 |
|---|---|---|
| committer | Damien George | 2016-02-10 23:40:10 +0000 |
| commit | 0e0ce47e65f4c1c57c9d23ba86d731b71d90346c (patch) | |
| tree | abd1aa999bce6be64344cdfb241bd9c86044fb18 /extmod | |
| parent | 3770cd2e7062d0844cee7b69ec9d9f80a2ad1206 (diff) | |
extmod/fsusermount: Expose umount as a public function.
Diffstat (limited to 'extmod')
| -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 53442a368..0fa353b7e 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); |
