/** Configure Scheduler * * @author Steffen Vogel * @author Mathieu Dubé-Dallaire * @copyright 2014, Institute for Automation of Complex Power Systems, EONERC * @copyright 2003, OPAL-RT Technologies inc * @file */ #ifndef _SCHED_H_ #define _SCHED_H_ #define EOK 0 int AssignProcToCpu0(void); #endif /* _SCHED_H_ */