comparison TaskManager/kernel/schedule/SchedTask.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 29094b48d966
children 586b4f825f24
comparison
equal deleted inserted replaced
894:bfc61d38c004 895:bed529c55eda
105 Scheduler* get_scheduler(); 105 Scheduler* get_scheduler();
106 long get_random(); 106 long get_random();
107 107
108 int printf(const char * format, ...); 108 int printf(const char * format, ...);
109 109
110 }; 110 } __attribute__ ((aligned (DEFAULT_ALIGNMENT)));
111 111
112 112
113 extern void loadSchedTask(Scheduler *scheduler,TaskPtr task); 113 extern void loadSchedTask(Scheduler *scheduler,TaskPtr task);
114 114
115 #endif 115 #endif