summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxclock
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/psxtests/psxclock
parentscore: ISR lock API changes (diff)
downloadrtems-f031df0e637e3194494e34e97b94fb02a3933526.tar.bz2
score: Rename tod.h to todimpl.h
Diffstat (limited to 'testsuites/psxtests/psxclock')
-rw-r--r--testsuites/psxtests/psxclock/init.c2
1 files changed, 1 insertions, 1 deletions
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);