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.
This commit is contained in:
Sebastian Huber
2021-12-02 14:00:53 +01:00
parent d7205f0083
commit 0d83bed2e5
17 changed files with 585 additions and 501 deletions

View File

@@ -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