1 #ifndef _SYS_SCHED_H
2 #define _SYS_SCHED_H
3 #ifdef __cplusplus
4 extern "C" {
5 #endif
6 
7 int sched_yield(void);
8 
9 #ifdef __cplusplus
10 }
11 #endif
12 #endif
13