Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
lite
/
micropython
/
70f33cde48524f12f2110c7daa4a874a6828314a
/
.
/
py
/
objmodule.h
blob: 270551da4fd0cd2db729d92b8cdc5fc68e889f78 [
file
] [
log
] [
blame
]
void
mp_module_init
(
void
);
void
mp_module_deinit
(
void
);
mp_obj_t
mp_module_get
(
qstr module_name
);
void
mp_module_register
(
qstr qstr
,
mp_obj_t
module
);