summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/schedulersmp.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-12 12:34:27 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-20 10:14:04 +0200
commit6ba15488ee9e1bdaeafdee773ca0eef2d1a0ed3a (patch)
tree4f0dcf443324fcf96b6596f91cb2158ef854d6ae /cpukit/score/include/rtems/score/schedulersmp.h
parentsmp: Replace Scheduler_simple_smp_Control (diff)
downloadrtems-6ba15488ee9e1bdaeafdee773ca0eef2d1a0ed3a.tar.bz2
smp: Rename _Scheduler_simple_smp_Start_idle()
Rename _Scheduler_simple_smp_Start_idle() to _Scheduler_SMP_Start_idle().
Diffstat (limited to 'cpukit/score/include/rtems/score/schedulersmp.h')
-rw-r--r--cpukit/score/include/rtems/score/schedulersmp.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/score/include/rtems/score/schedulersmp.h b/cpukit/score/include/rtems/score/schedulersmp.h
index 8b649b7331..457af22b79 100644
--- a/cpukit/score/include/rtems/score/schedulersmp.h
+++ b/cpukit/score/include/rtems/score/schedulersmp.h
@@ -24,6 +24,8 @@
#define _RTEMS_SCORE_SCHEDULERSMP_H
#include <rtems/score/chain.h>
+#include <rtems/score/percpu.h>
+#include <rtems/score/thread.h>
#ifdef __cplusplus
extern "C" {
@@ -42,6 +44,11 @@ typedef struct {
Chain_Control ready[ 1 ];
} Scheduler_SMP_Control;
+void _Scheduler_SMP_Start_idle(
+ Thread_Control *thread,
+ Per_CPU_Control *cpu
+);
+
/** @} */
#ifdef __cplusplus