From 0d83bed2e5928d5d3d94ed77e1f1dad2cb668ef8 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 2 Dec 2021 14:00:53 +0100 Subject: rtems: Move scheduler directives to own header Move all rtems_scheduler_* directives to the new header file . Add a Scheduler Manager API and implementation group. --- spec/build/cpukit/librtemscpu.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/build') 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 -- cgit v1.2.3