extmod: Move fsusermount.c from stmhal for cross-port reuse.

This commit is contained in:
Paul Sokolovsky
2015-11-25 00:43:11 +02:00
parent c8437f97ae
commit 3a1bbcc2ef
9 changed files with 8 additions and 5 deletions

View File

@@ -105,4 +105,7 @@ extern const mp_obj_module_t mp_module_ussl;
extern const mp_obj_module_t mp_module_machine;
extern const mp_obj_module_t mp_module_lwip;
// extmod functions
MP_DECLARE_CONST_FUN_OBJ(pyb_mount_obj);
#endif // __MICROPY_INCLUDED_PY_BUILTIN_H__