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