/** Configure scheduler. * * @file * @author Steffen Vogel * @author Mathieu Dubé-Dallaire * @copyright 2003, OPAL-RT Technologies inc * @copyright 2014-2022, Institute for Automation of Complex Power Systems, EONERC * @license Apache 2.0 *********************************************************************************/ #ifndef _UTILS_H_ #define _UTILS_H_ int AssignProcToCpu0(void); #endif /* _UTILS_H_ */