Changeset 993a888 in rtems for cpukit/sapi


Ignore:
Timestamp:
07/18/13 13:05:37 (11 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
972a5c5f
Parents:
e36f2b8
git-author:
Sebastian Huber <sebastian.huber@…> (07/18/13 13:05:37)
git-committer:
Sebastian Huber <sebastian.huber@…> (07/22/13 14:56:58)
Message:

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.

Location:
cpukit/sapi
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/sapi/include/rtems/sptables.h

    re36f2b8 r993a888  
    3737#include <rtems/rtems/dpmem.h>
    3838#include <rtems/rtems/event.h>
    39 #include <rtems/rtems/message.h>
    4039#if defined(RTEMS_MULTIPROCESSING)
    4140#include <rtems/rtems/mp.h>
  • cpukit/sapi/src/rtemsapi.c

    re36f2b8 r993a888  
    3232#include <rtems/rtems/dpmem.h>
    3333#include <rtems/rtems/event.h>
    34 #include <rtems/rtems/message.h>
     34#include <rtems/rtems/messageimpl.h>
    3535#if defined(RTEMS_MULTIPROCESSING)
    3636#include <rtems/rtems/mp.h>
Note: See TracChangeset for help on using the changeset viewer.