summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-08-07 23:58:57 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-08-07 23:58:57 +0000
commit6a67b13d861586006f4e3e0da6940f5ffbf2c248 (patch)
tree49be35c49770b09f2dbb05fb8e7b0dcbd647e207 /sys/arch/mvme88k
parent650c85fec8d10aa182d25a4ee75942b79280b091 (diff)
Not used.
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r--sys/arch/mvme88k/mvme88k/timerreg.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/arch/mvme88k/mvme88k/timerreg.h b/sys/arch/mvme88k/mvme88k/timerreg.h
deleted file mode 100644
index aa3ca7c4d20..00000000000
--- a/sys/arch/mvme88k/mvme88k/timerreg.h
+++ /dev/null
@@ -1,10 +0,0 @@
-/* $OpenBSD: timerreg.h,v 1.4 2001/07/04 08:09:25 niklas Exp $ */
-
-struct ticktimer {
- u_int ttcmpreg; /* Timer compare register */
- u_int ttcounter; /* Timer counter */
- u_int tticr; /* Timer control register */
-};
-
-struct timers {
-};