summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/hurricane/clock/clock.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-03-16 17:18:20 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-03-16 17:18:20 +0000
commit72837683458ae43e7616c5af6764238167c16f2b (patch)
tree340b1c0116f0deb46e225327d8ca4053548836d5 /c/src/lib/libbsp/mips/hurricane/clock/clock.h
parent2006-03-16 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-72837683458ae43e7616c5af6764238167c16f2b.tar.bz2
New (Submission by Bruce Robinson <brucer@pmccorp.com>).
Diffstat (limited to 'c/src/lib/libbsp/mips/hurricane/clock/clock.h')
-rw-r--r--c/src/lib/libbsp/mips/hurricane/clock/clock.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/mips/hurricane/clock/clock.h b/c/src/lib/libbsp/mips/hurricane/clock/clock.h
new file mode 100644
index 0000000000..49f97db29f
--- /dev/null
+++ b/c/src/lib/libbsp/mips/hurricane/clock/clock.h
@@ -0,0 +1,25 @@
+/* clock.s
+ *
+ * This file contains the assembly code for the Hurricane BSP clock driver.
+ *
+ * Author: Craig Lebakken <craigl@transition.com>
+ *
+ * COPYRIGHT (c) 1996 by Transition Networks Inc.
+ *
+ * To anyone who acknowledges that this file is provided "AS IS"
+ * without any express or implied warranty:
+ * permission to use, copy, modify, and distribute this file
+ * for any purpose is hereby granted without fee, provided that
+ * the above copyright notice and this notice appears in all
+ * copies, and that the name of Transition Networks not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * Transition Networks makes no representations about the suitability
+ * of this software for any purpose.
+ *
+ * clock.h,v 1.2 1996/09/11 19:14:52 joel Exp
+ */
+
+/* @(#)clock.h 08/20/96 1.2 */
+
+extern void mips_set_timer( uint32_t timer_clock_interval );