comparison TaskManager/kernel/ppe/HTaskInfo.h @ 895:bed529c55eda

add alignment of classes in SPU width and height are automatically set in frame buffer API
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 16 Jul 2010 17:23:49 +0900
parents d433fc37587d
children 586b4f825f24
comparison
equal deleted inserted replaced
894:bfc61d38c004 895:bed529c55eda
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 }; 47 } __attribute__ ((aligned (DEFAULT_ALIGNMENT)));
48 48
49 #endif 49 #endif