summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/mpc6xx
diff options
context:
space:
mode:
authorThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2009-10-30 19:28:46 +0000
committerThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2009-10-30 19:28:46 +0000
commit3fcc78aef99863b91fa3c32f4ca72bfc6d03b056 (patch)
tree2b663cb4403cbc2e81c59007ebfb181fb4acee11 /c/src/lib/libcpu/powerpc/mpc6xx
parent2009-10-30 Glenn Humphrey <glenn.humphrey@oarcorp.com> (diff)
downloadrtems-3fcc78aef99863b91fa3c32f4ca72bfc6d03b056.tar.bz2
move timebase access functions from cpukit to libcpu
Diffstat (limited to 'c/src/lib/libcpu/powerpc/mpc6xx')
-rw-r--r--c/src/lib/libcpu/powerpc/mpc6xx/timer/timer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/timer/timer.c b/c/src/lib/libcpu/powerpc/mpc6xx/timer/timer.c
index 0a72553b1d..bc9ed1e7b2 100644
--- a/c/src/lib/libcpu/powerpc/mpc6xx/timer/timer.c
+++ b/c/src/lib/libcpu/powerpc/mpc6xx/timer/timer.c
@@ -18,6 +18,8 @@
#include <assert.h>
#include <rtems.h>
#include <bsp.h>
+#include <libcpu/powerpc-utility.h>
+
uint64_t Timer_driver_Start_time;