view TaskManager/kernel/sys_task/Start.cc @ 1029:22d7263cec2d

copy script add.
author tkaito
date Mon, 15 Nov 2010 22:39:25 +0900
parents 0558abba673c
children
line wrap: on
line source

#include "Start.h"
#include "SysFunc.h"
#include "Scheduler.h"

SchedDefineTask(StartTask);

static int
run(SchedTask *s,void *rbuf, void *wbuf)
{
    return 0;
}