rtems: Create message queue implementation header

Move implementation specific parts of message.h and message.inl into new
header file messageimpl.h.  The message.h contains now only the
application visible API.
This commit is contained in:
Sebastian Huber
2013-07-18 15:05:37 +02:00
parent e36f2b8c91
commit 993a888dfd
27 changed files with 239 additions and 232 deletions

View File

@@ -20,6 +20,7 @@
#include <rtems/malloc.h>
#include <rtems/shell.h>
#include <rtems/score/protectedheap.h>
#include <rtems/score/wkspace.h>
#include "internal.h"
void rtems_shell_print_unified_work_area_message(void)