summaryrefslogtreecommitdiffstatshomepage
path: root/py/objmodule.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/objmodule.h')
-rw-r--r--py/objmodule.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/py/objmodule.h b/py/objmodule.h
index 138f942c21..937ff84168 100644
--- a/py/objmodule.h
+++ b/py/objmodule.h
@@ -28,6 +28,9 @@
#include "py/obj.h"
+extern const mp_map_t mp_builtin_module_map;
+extern const mp_map_t mp_builtin_module_weak_links_map;
+
void mp_module_init(void);
void mp_module_deinit(void);
mp_obj_t mp_module_get(qstr module_name);