view include/TaskManager/PpeScheduler.h @ 318:7efc5ede2c03

Document/Cerium_2009.mm
author aaa
date Tue, 09 Jun 2009 22:55:00 +0900
parents 7075842aa155
children
line wrap: on
line source

#ifndef INCLUDED_PPE_SCHEDULER
#define INCLUDED_PPE_SCHEDULER

#include "MainScheduler.h"

class PpeScheduler : public MainScheduler {
public:
    void *allocate(int size);
};

#endif