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