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