summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/status.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-23 10:54:37 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-23 15:12:52 +0200
commitfaa2f8c4e9145c629ad7670d0869c1caed33abc2 (patch)
tree27afeca6b33e3149b4c305e03e81a6a8746953d4 /cpukit/rtems/src/status.c
parentscore: Create rbtree implementation header (diff)
downloadrtems-faa2f8c4e9145c629ad7670d0869c1caed33abc2.tar.bz2
rtems: Create status implementation header
Move implementation specific parts of status.h and status.inl into new header file statusimpl.h. The status.h contains now only the application visible API.
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/src/status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/rtems/src/status.c b/cpukit/rtems/src/status.c
index f89a5e700a..1d8c4fafcc 100644
--- a/cpukit/rtems/src/status.c
+++ b/cpukit/rtems/src/status.c
@@ -13,7 +13,7 @@
* http://www.rtems.com/license/LICENSE.
*/
-#include <rtems/rtems/status.h>
+#include <rtems/rtems/statusimpl.h>
const rtems_status_code _Status_Object_name_errors_to_status[] = {
/** This maps OBJECTS_SUCCESSFUL to RTEMS_SUCCESSFUL. */