summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-22 10:49:19 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-22 16:57:25 +0200
commit6e93dc4a95d9b222c56d3eb125efb5e535b5e42c (patch)
tree19b481e2b51e3a7bc8f0606792c04101cd297480 /cpukit/sapi
parentposix: Obtain _Thread_Executing in proper context (diff)
downloadrtems-6e93dc4a95d9b222c56d3eb125efb5e535b5e42c.tar.bz2
score: Create chain implementation header
Move implementation specific parts of chain.h and chain.inl into new header file chainimpl.h. The chain.h contains now only the application visible API.
Diffstat (limited to 'cpukit/sapi')
-rw-r--r--cpukit/sapi/include/rtems/chain.h3
-rw-r--r--cpukit/sapi/inline/rtems/chain.inl2
2 files changed, 1 insertions, 4 deletions
diff --git a/cpukit/sapi/include/rtems/chain.h b/cpukit/sapi/include/rtems/chain.h
index 41b3154a11..97fb10f46f 100644
--- a/cpukit/sapi/include/rtems/chain.h
+++ b/cpukit/sapi/include/rtems/chain.h
@@ -18,8 +18,7 @@
#ifndef _RTEMS_CHAIN_H
#define _RTEMS_CHAIN_H
-#include <rtems/system.h>
-#include <rtems/score/chain.h>
+#include <rtems/score/chainimpl.h>
#include <rtems/rtems/event.h>
#ifdef __cplusplus
diff --git a/cpukit/sapi/inline/rtems/chain.inl b/cpukit/sapi/inline/rtems/chain.inl
index 3fa03769ea..f9e399006e 100644
--- a/cpukit/sapi/inline/rtems/chain.inl
+++ b/cpukit/sapi/inline/rtems/chain.inl
@@ -22,8 +22,6 @@
#ifndef _RTEMS_CHAIN_INL
#define _RTEMS_CHAIN_INL
-#include <rtems/score/chain.inl>
-
/**
* @addtogroup ClassicChains
*/