view spe/task_base.h @ 60:cfd42ee2ad28

change makefile, spe/task. adjust scale api. worked on ps3-ppe.
author yutaka@localhost.localdomain
date Sun, 06 Feb 2011 17:16:43 +0900
parents f4140672ef9f
children
line wrap: on
line source

#ifndef INCLUDE_TASK_BASE
#define INCLUDE_TASK_BASE

#ifndef INCLUDE_FUNC
#include "../Func.h"
#endif

#ifndef INCLUDED_SCHED_TASK
#include "SchedTask.h"
#endif

#endif