summaryrefslogtreecommitdiffstats
path: root/spec/build
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 /spec/build
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 'spec/build')
-rw-r--r--spec/build/cpukit/librtemscpu.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/build/cpukit/librtemscpu.yml b/spec/build/cpukit/librtemscpu.yml
index 319ea26e4d..77c8d316e3 100644
--- a/spec/build/cpukit/librtemscpu.yml
+++ b/spec/build/cpukit/librtemscpu.yml
@@ -303,6 +303,7 @@ install:
- cpukit/include/rtems/rtems/region.h
- cpukit/include/rtems/rtems/regiondata.h
- cpukit/include/rtems/rtems/regionimpl.h
+ - cpukit/include/rtems/rtems/scheduler.h
- cpukit/include/rtems/rtems/sem.h
- cpukit/include/rtems/rtems/semdata.h
- cpukit/include/rtems/rtems/semimpl.h