summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/messageimpl.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-08 10:28:49 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-12 13:25:40 +0100
commit257668dc5d4e0ba036bc4d5aef2925432d5d5af6 (patch)
tree717197f76c44410c036559f920293c94b57851d9 /cpukit/include/rtems/rtems/messageimpl.h
parentrtems: Move internal structures to eventdata.h (diff)
downloadrtems-257668dc5d4e0ba036bc4d5aef2925432d5d5af6.tar.bz2
rtems: Move internal structures to messagedata.h
Update #3598.
Diffstat (limited to 'cpukit/include/rtems/rtems/messageimpl.h')
-rw-r--r--cpukit/include/rtems/rtems/messageimpl.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/cpukit/include/rtems/rtems/messageimpl.h b/cpukit/include/rtems/rtems/messageimpl.h
index df7cea6829..098e310804 100644
--- a/cpukit/include/rtems/rtems/messageimpl.h
+++ b/cpukit/include/rtems/rtems/messageimpl.h
@@ -1,8 +1,9 @@
/**
- * @file rtems/rtems/message.inl
+ * @file
*
- * This include file contains the static inline implementation of all
- * inlined routines in the Message Manager.
+ * @ingroup ClassicMessageQueueImpl
+ *
+ * @brief Classic Message Queue Manager Implementation
*/
/* COPYRIGHT (c) 1989-2008.
@@ -16,7 +17,7 @@
#ifndef _RTEMS_RTEMS_MESSAGEIMPL_H
#define _RTEMS_RTEMS_MESSAGEIMPL_H
-#include <rtems/rtems/message.h>
+#include <rtems/rtems/messagedata.h>
#include <rtems/score/objectimpl.h>
#include <rtems/score/coremsgimpl.h>