Changeset f6c7c57d in rtems for cpukit/sapi


Ignore:
Timestamp:
07/23/13 12:38:19 (11 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
c404828
Parents:
ef36f7e2
git-author:
Sebastian Huber <sebastian.huber@…> (07/23/13 12:38:19)
git-committer:
Sebastian Huber <sebastian.huber@…> (07/23/13 13:12:55)
Message:

rtems: Create region implementation header

Move implementation specific parts of region.h and region.inl into new
header file regionimpl.h. The region.h contains now only the
application visible API.

File:
1 edited

Legend:

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

    ref36f7e2 rf6c7c57d  
    3838#include <rtems/rtems/partimpl.h>
    3939#include <rtems/rtems/ratemonimpl.h>
    40 #include <rtems/rtems/region.h>
     40#include <rtems/rtems/regionimpl.h>
    4141#include <rtems/rtems/semimpl.h>
    4242#include <rtems/rtems/signal.h>
Note: See TracChangeset for help on using the changeset viewer.