mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 13:55:55 +08:00
rtems: Create timer implementation header
Move implementation specific parts of timer.h and timer.inl into new header file timerimpl.h. The timer.h contains now only the application visible API.
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
#include <rtems/rtems/region.h>
|
||||
#include <rtems/rtems/semimpl.h>
|
||||
#include <rtems/rtems/signal.h>
|
||||
#include <rtems/rtems/timer.h>
|
||||
#include <rtems/rtems/timerimpl.h>
|
||||
|
||||
Objects_Information *_RTEMS_Objects[ OBJECTS_RTEMS_CLASSES_LAST + 1 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user