summaryrefslogtreecommitdiffstats
path: root/c/src/exec/itron
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-16 15:58:21 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-16 15:58:21 +0000
commitd280ce18b84ccc5a08a754cdbd2c23c2b675cd3d (patch)
treef429f567699aa1b2f86e642d5f5b983abc81457a /c/src/exec/itron
parentNew file. (diff)
downloadrtems-d280ce18b84ccc5a08a754cdbd2c23c2b675cd3d.tar.bz2
Comment fixed when adding prototype for
_ITRON_Message_buffer_Translate_core_message_buffer_return_code.
Diffstat (limited to 'c/src/exec/itron')
-rw-r--r--c/src/exec/itron/include/rtems/itron/msgbuffer.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/c/src/exec/itron/include/rtems/itron/msgbuffer.h b/c/src/exec/itron/include/rtems/itron/msgbuffer.h
index bc559b5a65..746ece4058 100644
--- a/c/src/exec/itron/include/rtems/itron/msgbuffer.h
+++ b/c/src/exec/itron/include/rtems/itron/msgbuffer.h
@@ -47,8 +47,17 @@ void _ITRON_Message_buffer_Manager_initialization(
);
/*
- * XXX insert private stuff here
- */
+ * _ITRON_Message_buffer_Translate_core_message_buffer_return_code
+ *
+ * DESCRIPTION:
+ *
+ * This routine translates a core message buffer object status
+ * into the appropriate ITRON status code.
+ */
+
+ER _ITRON_Message_buffer_Translate_core_message_buffer_return_code(
+ CORE_message_queue_Status status
+);
#include <rtems/itron/msgbuffer.inl>