VSF Documented
root_pointers.h
Go to the documentation of this file.
1// Automatically generated by make_root_pointers.py.
2
3mp_obj_base_t * cur_exception;
4mp_obj_list_t mp_sys_argv_obj;
5mp_obj_t sys_exitfunc;
6mp_obj_t sys_mutable[MP_SYS_MUTABLE_NUM];
7mp_sched_item_t sched_queue[(4)];
8struct _mp_vfs_mount_t *vfs_cur;
9struct _mp_vfs_mount_t *vfs_mount_table;
struct _mp_vfs_mount_t * vfs_cur
Definition root_pointers.h:8
mp_obj_base_t * cur_exception
Definition root_pointers.h:3
mp_obj_list_t mp_sys_argv_obj
Definition root_pointers.h:4
mp_obj_t sys_mutable[MP_SYS_MUTABLE_NUM]
Definition root_pointers.h:6
mp_obj_t sys_exitfunc
Definition root_pointers.h:5
void * mmap_region_head
Definition root_pointers.h:10
mp_sched_item_t sched_queue[(4)]
Definition root_pointers.h:7
struct _mp_vfs_mount_t * vfs_mount_table
Definition root_pointers.h:9