comparison include/TaskManager/SchedTaskList.h @ 184:907bda4a1a14

fix
author gongo@gendarme.cr.ie.u-ryukyu.ac.jp
date Tue, 06 Jan 2009 15:39:48 +0900
parents 5c194c71eca8
children b0d37afab06a 81b25e5d5379
comparison
equal deleted inserted replaced
182:df3cfc04e796 184:907bda4a1a14
40 void write(void) { __debug("[SchedTaskList:%s]\n", __FUNCTION__); } 40 void write(void) { __debug("[SchedTaskList:%s]\n", __FUNCTION__); }
41 #endif 41 #endif
42 42
43 }; 43 };
44 44
45 const int SCHED_TASKLIST_NORMAL = 0;
46 const int SCHED_TASKLIST_RENEW = 1;
47
45 #endif 48 #endif
49
50 extern SchedTaskList* createSchedTaskList(uint32, Scheduler*, int);