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:
Sebastian Huber
2013-07-23 13:51:08 +02:00
parent ecdcf01add
commit e90b1dfdda
24 changed files with 272 additions and 267 deletions

View File

@@ -42,7 +42,7 @@
#include <rtems/score/scheduler.h>
#include <rtems/score/sysstate.h>
#include <rtems/score/thread.h>
#include <rtems/rtems/timer.h>
#include <rtems/rtems/timerimpl.h>
#include <rtems/score/tod.h>
#include <rtems/score/userextimpl.h>
#include <rtems/score/watchdogimpl.h>
@@ -399,7 +399,7 @@ uninitialized =
/*threadq.h*/
/*timer.h*/ (sizeof _Timer_Information) +
/*timerimpl.h*/ (sizeof _Timer_Information) +
/*tod.h*/ (sizeof _TOD.now) +
(sizeof _TOD.uptime) +