mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-26 12:54:05 +08:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user