diff options
Diffstat (limited to 'sys/arch/hp300/include/cpu.h')
-rw-r--r-- | sys/arch/hp300/include/cpu.h | 4 |
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)); |