view spe/Twice.h @ 0:e66ea5014aa1

first commit. But It move "Bulk".
author tkaito
date Tue, 15 Jun 2010 03:14:31 +0900
parents
children
line wrap: on
line source

#ifndef INCLUDED_TASK_HELLO
#define INCLUDED_TASK_HELLO

#ifndef INCLUDED_SCHED_TASK
#  include "SchedTask.h"
#endif
/*
class Twice : public SchedTask {
public:
    SchedConstructor(Twice);
    
    int run(void *r, void *w);
};
 */

#endif