1 /* Copyright (c) 2007 Patrick Mansfield <patmans@us.ibm.com> */
2 #ifndef _SYS_SCHED_H
3 #define _SYS_SCHED_H
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 int sched_yield(void);
9 
10 #ifdef __cplusplus
11 }
12 #endif
13 #endif
14