You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
151 B
5 lines
151 B
11 years ago
|
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);
|