2007-09-21 21:02:15 +00:00
|
|
|
#ifndef _SYS_SCHED_H
|
|
|
|
#define _SYS_SCHED_H
|
2008-06-16 18:54:17 +00:00
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
2007-09-21 21:02:15 +00:00
|
|
|
|
|
|
|
int sched_yield(void);
|
|
|
|
|
2008-06-16 18:54:17 +00:00
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
2007-09-21 21:02:15 +00:00
|
|
|
#endif
|