comparison TaskManager/kernel/ppe/HTaskInfo.h @ 899:586b4f825f24

minor fix..
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 16 Jul 2010 22:20:02 +0900
parents bed529c55eda
children
comparison
equal deleted inserted replaced
898:ae9231be6dbd 899:586b4f825f24
42 HTask* last; 42 HTask* last;
43 43
44 /* functions */ 44 /* functions */
45 int extend_pool(int num); 45 int extend_pool(int num);
46 void destroy(); 46 void destroy();
47 } __attribute__ ((aligned (DEFAULT_ALIGNMENT))); 47 } ;
48 48
49 #endif 49 #endif