summaryrefslogtreecommitdiffstats
path: root/bsps/mips/hurricane/clock/clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/mips/hurricane/clock/clock.h')
-rw-r--r--bsps/mips/hurricane/clock/clock.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/bsps/mips/hurricane/clock/clock.h b/bsps/mips/hurricane/clock/clock.h
new file mode 100644
index 0000000000..048074f6f0
--- /dev/null
+++ b/bsps/mips/hurricane/clock/clock.h
@@ -0,0 +1,21 @@
+/* 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.
+ */
+
+extern void mips_set_timer( uint32_t timer_clock_interval );