summaryrefslogtreecommitdiffstats
path: root/newlib/libc/machine/spu/sys/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/spu/sys/sched.h')
-rw-r--r--newlib/libc/machine/spu/sys/sched.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/libc/machine/spu/sys/sched.h b/newlib/libc/machine/spu/sys/sched.h
new file mode 100644
index 000000000..90c274c37
--- /dev/null
+++ b/newlib/libc/machine/spu/sys/sched.h
@@ -0,0 +1,6 @@
+#ifndef _SYS_SCHED_H
+#define _SYS_SCHED_H
+
+int sched_yield(void);
+
+#endif