view TaskManager/kernel/schedule/SchedExit.cc @ 1413:5b024efa2429 draft

fix free on non copy DMA
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 19 Feb 2012 10:07:27 +0900
parents 801d57ae1e29
children f82bb7393c4d
line wrap: on
line source

//#include <stdio.h>
#include "SchedExit.h"
#include "error.h"

SchedTaskBase*
SchedExit::next(Scheduler *scheduler, SchedTaskBase *p)
{

    __debug("SchedExit::next()\n");

    return NULL;
}