source: trunk/libs/newlib/src/newlib/libc/machine/spu/sys/sched.h @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 141 bytes
Line 
1#ifndef _SYS_SCHED_H
2#define _SYS_SCHED_H
3#ifdef __cplusplus
4extern "C" {
5#endif
6
7int sched_yield(void);
8
9#ifdef __cplusplus
10}
11#endif
12#endif
Note: See TracBrowser for help on using the repository browser.