comparison TaskManager/kernel/schedule/SchedTaskArray.h @ 706:e4d2b823903c simple-task-regression

no compile error on Cell. Regression Test. Cell failed some how.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 14 Dec 2009 20:21:59 +0900
parents 61b59376aec5
children 56487849ea2d
comparison
equal deleted inserted replaced
705:55159a5bf2c4 706:e4d2b823903c
39 39
40 void* get_input(void*, int); 40 void* get_input(void*, int);
41 memaddr get_inputAddr(int); 41 memaddr get_inputAddr(int);
42 int get_inputSize(int); 42 int get_inputSize(int);
43 void* get_output(void*, int); 43 void* get_output(void*, int);
44 char* get_outputAddr(int); 44 memaddr get_outputAddr(int);
45 int get_outputSize(int); 45 int get_outputSize(int);
46 memaddr get_param(int); 46 memaddr get_param(int);
47 47
48 }; 48 };
49 49