diff options
Diffstat (limited to 'py/runtime.h')
-rw-r--r-- | py/runtime.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/runtime.h b/py/runtime.h index 770cac8a65..d62d1f86d6 100644 --- a/py/runtime.h +++ b/py/runtime.h @@ -43,3 +43,4 @@ struct _mp_map_t *rt_locals_get(void); void rt_locals_set(struct _mp_map_t *m); struct _mp_map_t *rt_globals_get(void); void rt_globals_set(struct _mp_map_t *m); +struct _mp_map_t *rt_loaded_modules_get(void); |