mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-16 00:00:02 +01:00
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@178 8ec27952-4edc-4aab-86aa-e87bb2611832
17 lines
359 B
C
17 lines
359 B
C
/** Configure Scheduler
|
|
*
|
|
* @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
|
|
* @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_ */
|