Comment fixed when adding prototype for

_ITRON_Message_buffer_Translate_core_message_buffer_return_code.
This commit is contained in:
Joel Sherrill
1999-11-16 15:58:21 +00:00
parent bd462d1146
commit d280ce18b8
2 changed files with 22 additions and 4 deletions

View File

@@ -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>