score: Merge tod implementation into one file

Delete TOD_MICROSECONDS_PER_SECOND, TOD_MICROSECONDS_TO_TICKS() and
TOD_MILLISECONDS_TO_TICKS().
This commit is contained in:
Sebastian Huber
2013-07-25 15:10:11 +02:00
parent a2e3f33f39
commit 88c74ab115
95 changed files with 112 additions and 404 deletions

View File

@@ -18,6 +18,8 @@
#include "system.h"
#include "pritime.h"
#include <rtems/score/tod.h>
void *POSIX_Init(
void *argument
)

View File

@@ -17,6 +17,8 @@
#include "system.h"
#include <errno.h>
#include <rtems/score/tod.h>
#define MUTEX_BAD_ID 0xfffffffe
void Print_mutexattr(

View File

@@ -17,6 +17,8 @@
#include "pmacros.h"
#include "pritime.h"
#include <rtems/score/tod.h>
/* forward declarations to avoid warnings */
rtems_task Init(rtems_task_argument argument);
void check_enosys(int status);