sgdk
task.h
Go to the documentation of this file.
00001 
00022 #ifndef __TASK_H__
00023 #define __TASK_H__
00024 
00025 #include "task_cst.h"
00026 
00027 
00031 void TSK_init();
00032 
00039 void TSK_userSet(VoidCallback *task);
00040 
00045 void TSK_stop(void);
00046 
00052 void TSK_userYield(void);
00053 
00066 bool TSK_superPend(s16 wait);
00067 
00075 void TSK_superPost(bool immediate);
00076 
00077 #endif /*__TASK_H__*/
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines