forked from Imagelibrary/rtems
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:
@@ -20,6 +20,7 @@
|
||||
#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
|
||||
#include <rtems.h>
|
||||
#include <rtems/monitor.h>
|
||||
#include <rtems/rtems/messageimpl.h>
|
||||
#include <rtems/rtems/semimpl.h>
|
||||
#if defined(RTEMS_POSIX_API)
|
||||
#include <rtems/posix/pthread.h>
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/monitor.h>
|
||||
#include <rtems/rtems/messageimpl.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user