comparison TaskManager/kernel/schedule/SchedTaskArray.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 baae338d91da
children 586b4f825f24
comparison
equal deleted inserted replaced
894:bfc61d38c004 895:bed529c55eda
36 memaddr get_outputAddr(int); 36 memaddr get_outputAddr(int);
37 int get_outputSize(int); 37 int get_outputSize(int);
38 memaddr get_param(int); 38 memaddr get_param(int);
39 int read_size(); 39 int read_size();
40 40
41 }; 41 } __attribute__ ((aligned (DEFAULT_ALIGNMENT)));
42 42
43 43
44 #endif 44 #endif
45 45