7 lines
74 B
C
7 lines
74 B
C
|
#ifndef _SYS_SCHED_H
|
||
|
#define _SYS_SCHED_H
|
||
|
|
||
|
int sched_yield(void);
|
||
|
|
||
|
#endif
|