summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/schedulerremoveprocessor.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-12-02 14:00:53 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-12-02 14:09:51 +0100
commit0d83bed2e5928d5d3d94ed77e1f1dad2cb668ef8 (patch)
tree29fb1ca7d08dd45cec4b35f215eb9dffe1630c8d /cpukit/rtems/src/schedulerremoveprocessor.c
parentlibc: Optimize malloc() initialization (diff)
downloadrtems-0d83bed2e5928d5d3d94ed77e1f1dad2cb668ef8.tar.bz2
rtems: Move scheduler directives to own header
Move all rtems_scheduler_* directives to the new header file <rtems/rtems/scheduler.h>. Add a Scheduler Manager API and implementation group.
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/src/schedulerremoveprocessor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/rtems/src/schedulerremoveprocessor.c b/cpukit/rtems/src/schedulerremoveprocessor.c
index 3136a8e0c0..b8861634d3 100644
--- a/cpukit/rtems/src/schedulerremoveprocessor.c
+++ b/cpukit/rtems/src/schedulerremoveprocessor.c
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup RTEMSImplClassic
+ * @ingroup RTEMSImplClassicScheduler
*
* @brief This source file contains the implementation of
* rtems_scheduler_remove_processor().
@@ -25,7 +25,7 @@
#include "config.h"
#endif
-#include <rtems/rtems/tasks.h>
+#include <rtems/rtems/scheduler.h>
#include <rtems/score/schedulerimpl.h>
#include <rtems/config.h>