summaryrefslogtreecommitdiff
path: root/sys/arch/hp300
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/hp300
parentd4fbbb4b3a2ec905cb707e332eb62ae19614eb50 (diff)
Bring get[sd]fc() prototypes to <m68k/cpu.h>, this will be needed shortly.
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r--sys/arch/hp300/include/cpu.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/hp300/include/cpu.h b/sys/arch/hp300/include/cpu.h
index cc7b5156919..ae4b0bb0b58 100644
--- a/sys/arch/hp300/include/cpu.h
+++ b/sys/arch/hp300/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.13 2001/08/08 02:37:40 millert Exp $ */
+/* $OpenBSD: cpu.h,v 1.14 2001/08/20 19:49:03 miod Exp $ */
/* $NetBSD: cpu.h,v 1.28 1998/02/13 07:41:51 scottr Exp $ */
/*
@@ -147,8 +147,6 @@ struct pcb;
/* locore.s functions */
void m68881_save __P((struct fpframe *));
void m68881_restore __P((struct fpframe *));
-u_long getdfc __P((void));
-u_long getsfc __P((void));
void DCIA __P((void));
void DCIS __P((void));
void DCIU __P((void));