aboutsummaryrefslogtreecommitdiff
path: root/src/arch/ppc/include/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/ppc/include/timer.h')
-rw-r--r--src/arch/ppc/include/timer.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/arch/ppc/include/timer.h b/src/arch/ppc/include/timer.h
new file mode 100644
index 0000000000..9a2328f7cd
--- /dev/null
+++ b/src/arch/ppc/include/timer.h
@@ -0,0 +1,13 @@
+/* $Id$ */
+/* Copyright 2000 AG Electronics Ltd. */
+/* This code is distributed without warranty under the GPL v2 (see COPYING) */
+
+#ifndef _TIMER_H
+#define __TIMER_H
+
+unsigned get_hz(void);
+unsigned ticks_since_boot(void);
+void sleep_ticks(unsigned);
+void udelay(int);
+
+#endif