summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/partident.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-23 14:19:58 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-23 15:12:55 +0200
commit8695cae269f9c87a535e26180c5b2b5d370720fa (patch)
tree61e4e5f9884fc1f9d18222e8003e63c4fc1cb8ee /cpukit/rtems/src/partident.c
parentrtems: Create timer implementation header (diff)
downloadrtems-8695cae269f9c87a535e26180c5b2b5d370720fa.tar.bz2
rtems: Create part implementation header
Move implementation specific parts of part.h and part.inl into new header file partimpl.h. The part.h contains now only the application visible API.
Diffstat (limited to 'cpukit/rtems/src/partident.c')
-rw-r--r--cpukit/rtems/src/partident.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/rtems/src/partident.c b/cpukit/rtems/src/partident.c
index d13af32ef0..b6ec38bcc3 100644
--- a/cpukit/rtems/src/partident.c
+++ b/cpukit/rtems/src/partident.c
@@ -23,7 +23,7 @@
#include <rtems/rtems/support.h>
#include <rtems/score/address.h>
#include <rtems/score/object.h>
-#include <rtems/rtems/part.h>
+#include <rtems/rtems/partimpl.h>
#include <rtems/score/thread.h>
#include <rtems/score/sysstate.h>