diff TaskManager/kernel/ppe/HTaskInfo.h @ 636:d433fc37587d

Cell Simple Task compiled. but not worked.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 18 Nov 2009 19:09:40 +0900
parents 0558abba673c
children bed529c55eda
line wrap: on
line diff
--- a/TaskManager/kernel/ppe/HTaskInfo.h	Wed Nov 18 18:36:25 2009 +0900
+++ b/TaskManager/kernel/ppe/HTaskInfo.h	Wed Nov 18 19:09:40 2009 +0900
@@ -14,7 +14,7 @@
 
     /* functions */
     HTaskPtr create(int cmd);
-    HTaskPtr create(int cmd, void *rbuf, int rs, void *wbuf, int ws);
+    HTaskPtr create(int cmd, memaddr rbuf, int rs, memaddr wbuf, int ws);
 
     void free_(HTaskPtr queue);