summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/tasks.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-23 11:33:56 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-23 15:12:53 +0200
commitf4d9ab3e28d28c9ab9ac5a41bf431f2f78975af2 (patch)
treee63f0c399d7ec890adc2f224da5f1a34a092aef1 /cpukit/rtems/src/tasks.c
parentrtems: Create modes implementation header (diff)
downloadrtems-f4d9ab3e28d28c9ab9ac5a41bf431f2f78975af2.tar.bz2
rtems: Create asr implementation header
Move implementation specific parts of asr.h and asr.inl into new header file asrimpl.h. The asr.h contains now only the application visible API.
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/src/tasks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/rtems/src/tasks.c b/cpukit/rtems/src/tasks.c
index 99bcef93c6..b586487f93 100644
--- a/cpukit/rtems/src/tasks.c
+++ b/cpukit/rtems/src/tasks.c
@@ -20,6 +20,7 @@
#include <rtems/system.h>
#include <rtems/config.h>
+#include <rtems/rtems/asrimpl.h>
#include <rtems/rtems/status.h>
#include <rtems/rtems/support.h>
#include <rtems/rtems/modes.h>