#ifndef _TOS_EVTDRV_H_ #define _TOS_EVTDRV_H_ #include "tos.h" #include "tos_evtdrv_err.h" #include "tos_evtdrv_types.h" #include "tos_evtdrv_event.h" #include "tos_evtdrv_msg.h" #include "tos_evtdrv_timer.h" #include "tos_evtdrv_task.h" #include "tos_evtdrv_tick.h" #include "tos_evtdrv_sys.h" #include "tos_evtdrv_global.h" #endif