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.
This commit is contained in:
Sebastian Huber
2013-07-23 15:12:55 +02:00
parent ef36f7e228
commit f6c7c57d86
23 changed files with 119 additions and 118 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
#endif
#include <rtems/rtems/partimpl.h>
#include <rtems/rtems/ratemonimpl.h>
#include <rtems/rtems/region.h>
#include <rtems/rtems/regionimpl.h>
#include <rtems/rtems/semimpl.h>
#include <rtems/rtems/signal.h>
#include <rtems/rtems/timerimpl.h>