Changeset e151eb1 in rtems for cpukit/sapi


Ignore:
Timestamp:
07/23/13 10:47:35 (11 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
562815c
Parents:
9108bef
git-author:
Sebastian Huber <sebastian.huber@…> (07/23/13 10:47:35)
git-committer:
Sebastian Huber <sebastian.huber@…> (07/23/13 13:12:53)
Message:

rtems: Create event implementation header

Move implementation specific parts of event.h, event.inl, eventset.h and
eventset.inl into new header file eventimpl.h. The event.h contains now
only the application visible API.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/sapi/src/rtemsapi.c

    r9108bef re151eb1  
    3131#include <rtems/rtems/tasks.h>
    3232#include <rtems/rtems/dpmem.h>
    33 #include <rtems/rtems/event.h>
     33#include <rtems/rtems/eventimpl.h>
    3434#include <rtems/rtems/messageimpl.h>
    3535#if defined(RTEMS_MULTIPROCESSING)
Note: See TracChangeset for help on using the changeset viewer.