view TaskManager/Test/test_render/task/ShowTime.cpp @ 352:9738837c225c draft

add global_alloc.h
author admin@mb22-no-macbook-2.local
date Mon, 13 Jul 2009 19:25:10 +0900
parents 6b9883765f6a
children
line wrap: on
line source

#include "ShowTime.h"
#include "stdio.h"

SchedDefineTask(ShowTime);

int
ShowTime::run(void *rbuf, void *wbuf)
{
    /*
     * ここで show_dma_wait() を呼びたい
     */
    //printf("Show Time !\n");

    return 0;
}