comparison ppe/task_init.cc @ 1:b4c797eee72a

task dandy base
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Mon, 13 Dec 2010 04:56:23 +0900
parents
children 6382d8f6a973
comparison
equal deleted inserted replaced
0:435ac1cdb64e 1:b4c797eee72a
1 #include "../Func.h"
2 #include "Scheduler.h"
3
4 /* 必ずこの位置に書いて */
5 SchedExternTask(Atari);
6
7 /**
8 * この関数は ../spe/spe-main と違って
9 * 自分で呼び出せばいい関数なので
10 * 好きな関数名でおk (SchedRegisterTask は必須)
11 */
12 void
13 task_init(void)
14 {
15 SchedRegister(Atari);
16 }