summaryrefslogtreecommitdiffstats
path: root/newlib/libc/machine/spu/sys/sched.h
blob: 60d95c925039dbebaaf4b551550adda93cdeed8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _SYS_SCHED_H
#define _SYS_SCHED_H
#ifdef __cplusplus
extern "C" {
#endif

int sched_yield(void);

#ifdef __cplusplus
}
#endif
#endif