summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/include/m88110.h
diff options
context:
space:
mode:
authorSteve Murphree <smurph@cvs.openbsd.org>2001-12-14 04:30:13 +0000
committerSteve Murphree <smurph@cvs.openbsd.org>2001-12-14 04:30:13 +0000
commit3e42b30e8ff0c526442c1a25ddf233d10e8976ac (patch)
treee19d92300a71330ea79a841c76b9d79ace3442d7 /sys/arch/mvme88k/include/m88110.h
parent77e8fd1d20b53faabe7733f7483d34bcade60199 (diff)
Repair MVME187 after MVME197 merge.
Diffstat (limited to 'sys/arch/mvme88k/include/m88110.h')
-rw-r--r--sys/arch/mvme88k/include/m88110.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mvme88k/include/m88110.h b/sys/arch/mvme88k/include/m88110.h
index fd02ec455fe..7b39dbfa99f 100644
--- a/sys/arch/mvme88k/include/m88110.h
+++ b/sys/arch/mvme88k/include/m88110.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: m88110.h,v 1.8 2001/12/13 08:55:51 smurph Exp $ */
+/* $OpenBSD: m88110.h,v 1.9 2001/12/14 04:30:11 smurph Exp $ */
#ifndef __MACHINE_M88110_H__
#define __MACHINE_M88110_H__
@@ -152,8 +152,6 @@ void m88110_cpu_configuration_print __P((int));
void m88110_cmmu_shutdown_now __P((void));
void m88110_cmmu_parity_enable __P((void));
unsigned m88110_cmmu_cpu_number __P((void));
-void m88110_cmmu_remote_set __P((unsigned, unsigned, unsigned, unsigned));
-unsigned m88110_cmmu_remote_get __P((unsigned, unsigned, unsigned));
unsigned m88110_cmmu_get_idr __P((unsigned));
void m88110_cmmu_set_sapr __P((unsigned));
void m88110_cmmu_remote_set_sapr __P((unsigned, unsigned));