summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/schedulersimpleyield.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-24 11:37:28 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-26 11:55:43 +0200
commitbd5606abcb2cf1e4c778a5063f158990be9bee62 (patch)
tree7eb44d87647956ed3dc50bbfe40baff483c16efb /cpukit/score/src/schedulersimpleyield.c
parentlibtests/malloc04: Fixes for RTEMS_DEBUG (diff)
downloadrtems-bd5606abcb2cf1e4c778a5063f158990be9bee62.tar.bz2
score: Create schedulersimple impl header
Move implementation specific parts of schedulersimple.h and schedulersimple.inl into new header file schedulersimpleimpl.h. The schedulersimple.h contains now only the application visible API.
Diffstat (limited to 'cpukit/score/src/schedulersimpleyield.c')
-rw-r--r--cpukit/score/src/schedulersimpleyield.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/cpukit/score/src/schedulersimpleyield.c b/cpukit/score/src/schedulersimpleyield.c
index cfbe7a4cba..05f803e791 100644
--- a/cpukit/score/src/schedulersimpleyield.c
+++ b/cpukit/score/src/schedulersimpleyield.c
@@ -18,11 +18,8 @@
#include "config.h"
#endif
-#include <rtems/system.h>
+#include <rtems/score/schedulersimpleimpl.h>
#include <rtems/score/isr.h>
-#include <rtems/score/scheduler.h>
-#include <rtems/score/thread.h>
-#include <rtems/score/schedulersimple.h>
void _Scheduler_simple_Yield( Thread_Control *thread )
{