summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/sem.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-02-19 21:41:18 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-02-24 09:22:36 +0100
commitd6a649d5bf2a7e08ef80f9e14b9ee9a37a442fee (patch)
tree901a90a03bba7f5e077f94f51c7a19327f2c6e37 /cpukit/include/rtems/rtems/sem.h
parentscore: Remove _CORE_barrier_Do_flush() (diff)
downloadrtems-d6a649d5bf2a7e08ef80f9e14b9ee9a37a442fee.tar.bz2
rtems: Move rtems_task_priority definition
This type is not only used by Task Manager directives. This is a preparation to move the rtems_scheduler_*() directives from <rtems/rtems/tasks.h> to a new <rtems/rtems/scheduler.h>.
Diffstat (limited to '')
-rw-r--r--cpukit/include/rtems/rtems/sem.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/include/rtems/rtems/sem.h b/cpukit/include/rtems/rtems/sem.h
index 7e4780cebf..74d0ab45a3 100644
--- a/cpukit/include/rtems/rtems/sem.h
+++ b/cpukit/include/rtems/rtems/sem.h
@@ -58,7 +58,6 @@
#include <rtems/rtems/attr.h>
#include <rtems/rtems/options.h>
#include <rtems/rtems/status.h>
-#include <rtems/rtems/tasks.h>
#include <rtems/rtems/types.h>
#ifdef __cplusplus