summaryrefslogtreecommitdiff
path: root/extmod/vfs_posix.h
diff options
context:
space:
mode:
Diffstat (limited to 'extmod/vfs_posix.h')
-rw-r--r--extmod/vfs_posix.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/extmod/vfs_posix.h b/extmod/vfs_posix.h
index 35a255ff6..00756b4c9 100644
--- a/extmod/vfs_posix.h
+++ b/extmod/vfs_posix.h
@@ -29,13 +29,10 @@
#include "py/lexer.h"
#include "py/obj.h"
-struct _mp_obj_vfs_posix_t;
-
extern const mp_obj_type_t mp_type_vfs_posix;
extern const mp_obj_type_t mp_type_vfs_posix_fileio;
extern const mp_obj_type_t mp_type_vfs_posix_textio;
-mp_import_stat_t mp_vfs_posix_import_stat(struct _mp_obj_vfs_posix_t *self, const char *path_in);
mp_obj_t mp_vfs_posix_file_open(const mp_obj_type_t *type, mp_obj_t file_in, mp_obj_t mode_in);
#endif // MICROPY_INCLUDED_EXTMOD_VFS_POSIX_H