summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/resource_snapshot.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-23 13:00:31 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-23 15:12:54 +0200
commit562815cf0bae82467311becd5cf670ba35cd94b8 (patch)
tree674af72b4b378e5ffdfd7ba54a7eea679f4de968 /cpukit/libcsupport/src/resource_snapshot.c
parentrtems: Create event implementation header (diff)
downloadrtems-562815cf0bae82467311becd5cf670ba35cd94b8.tar.bz2
rtems: Create dpmem implementation header
Move implementation specific parts of dpmem.h and dpmem.inl into new header file dpmemimpl.h. The dpmem.h contains now only the application visible API.
Diffstat (limited to 'cpukit/libcsupport/src/resource_snapshot.c')
-rw-r--r--cpukit/libcsupport/src/resource_snapshot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/libcsupport/src/resource_snapshot.c b/cpukit/libcsupport/src/resource_snapshot.c
index 917da8a2ee..eda4a5361c 100644
--- a/cpukit/libcsupport/src/resource_snapshot.c
+++ b/cpukit/libcsupport/src/resource_snapshot.c
@@ -28,6 +28,7 @@
#include <rtems/extensionimpl.h>
#include <rtems/rtems/barrierimpl.h>
+#include <rtems/rtems/dpmemimpl.h>
#include <rtems/rtems/messageimpl.h>
#include <rtems/rtems/semimpl.h>