summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-31 13:42:07 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-01 16:45:45 +0200
commitf031df0e637e3194494e34e97b94fb02a3933526 (patch)
treec4f63796d79a9e045f9c524c2a4e8092c2ed7abb /testsuites
parentscore: ISR lock API changes (diff)
downloadrtems-f031df0e637e3194494e34e97b94fb02a3933526.tar.bz2
score: Rename tod.h to todimpl.h
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/psxtests/psx01/init.c2
-rw-r--r--testsuites/psxtests/psx05/init.c2
-rw-r--r--testsuites/psxtests/psxclock/init.c2
-rw-r--r--testsuites/sptests/spsize/size.c2
-rw-r--r--testsuites/sptests/sptimespec01/init.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/testsuites/psxtests/psx01/init.c b/testsuites/psxtests/psx01/init.c
index 128bf23c02..59605b49af 100644
--- a/testsuites/psxtests/psx01/init.c
+++ b/testsuites/psxtests/psx01/init.c
@@ -18,7 +18,7 @@
#include "system.h"
#include "pritime.h"
-#include <rtems/score/tod.h>
+#include <rtems/score/todimpl.h>
void *POSIX_Init(
void *argument
diff --git a/testsuites/psxtests/psx05/init.c b/testsuites/psxtests/psx05/init.c
index dc6a0c1637..67300b6480 100644
--- a/testsuites/psxtests/psx05/init.c
+++ b/testsuites/psxtests/psx05/init.c
@@ -17,7 +17,7 @@
#include "system.h"
#include <errno.h>
-#include <rtems/score/tod.h>
+#include <rtems/score/todimpl.h>
#define MUTEX_BAD_ID 0xfffffffe
diff --git a/testsuites/psxtests/psxclock/init.c b/testsuites/psxtests/psxclock/init.c
index 819bc15d6d..8011df2918 100644
--- a/testsuites/psxtests/psxclock/init.c
+++ b/testsuites/psxtests/psxclock/init.c
@@ -17,7 +17,7 @@
#include "pmacros.h"
#include "pritime.h"
-#include <rtems/score/tod.h>
+#include <rtems/score/todimpl.h>
/* forward declarations to avoid warnings */
rtems_task Init(rtems_task_argument argument);
diff --git a/testsuites/sptests/spsize/size.c b/testsuites/sptests/spsize/size.c
index 77f161f031..8e837d1987 100644
--- a/testsuites/sptests/spsize/size.c
+++ b/testsuites/sptests/spsize/size.c
@@ -43,7 +43,7 @@
#include <rtems/score/sysstate.h>
#include <rtems/score/thread.h>
#include <rtems/rtems/timerimpl.h>
-#include <rtems/score/tod.h>
+#include <rtems/score/todimpl.h>
#include <rtems/score/userextimpl.h>
#include <rtems/score/watchdogimpl.h>
#include <rtems/score/wkspace.h>
diff --git a/testsuites/sptests/sptimespec01/init.c b/testsuites/sptests/sptimespec01/init.c
index df3173ce6d..8876f09680 100644
--- a/testsuites/sptests/sptimespec01/init.c
+++ b/testsuites/sptests/sptimespec01/init.c
@@ -13,7 +13,7 @@
#include <tmacros.h>
#include "test_support.h"
#include <rtems/timespec.h>
-#include <rtems/score/tod.h>
+#include <rtems/score/todimpl.h>
/* forward declarations to avoid warnings */
rtems_task Init(rtems_task_argument argument);