summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-08-20 19:49:04 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-08-20 19:49:04 +0000
commita4239f600ea6bcae061117a0a0b6c2ba3f67ee4c (patch)
tree6d8b47ae5b2103a9bd7737a45030c5d895161900 /sys/arch/mac68k
parentd4fbbb4b3a2ec905cb707e332eb62ae19614eb50 (diff)
Bring get[sd]fc() prototypes to <m68k/cpu.h>, this will be needed shortly.
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r--sys/arch/mac68k/include/cpu.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mac68k/include/cpu.h b/sys/arch/mac68k/include/cpu.h
index a755ccb25db..d2e4c7c6f74 100644
--- a/sys/arch/mac68k/include/cpu.h
+++ b/sys/arch/mac68k/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.20 2001/05/08 17:30:40 aaron Exp $ */
+/* $OpenBSD: cpu.h,v 1.21 2001/08/20 19:49:03 miod Exp $ */
/* $NetBSD: cpu.h,v 1.45 1997/02/10 22:13:40 scottr Exp $ */
/*
@@ -304,8 +304,6 @@ u_int get_mapping __P((void));
/* locore.s */
void m68881_restore __P((struct fpframe *));
void m68881_save __P((struct fpframe *));
-u_int getsfc __P((void));
-u_int getdfc __P((void));
void TBIA __P((void));
void TBIAS __P((void));
void TBIS __P((vm_offset_t));