diff options
Diffstat (limited to 'sys/arch/sun3/include/cpu.h')
-rw-r--r-- | sys/arch/sun3/include/cpu.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/sun3/include/cpu.h b/sys/arch/sun3/include/cpu.h index 7b476ee988a..e3f0d3b8662 100644 --- a/sys/arch/sun3/include/cpu.h +++ b/sys/arch/sun3/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.9 1997/02/14 18:30:42 kstailey Exp $ */ +/* $OpenBSD: cpu.h,v 1.10 1997/11/04 12:32:03 kstailey Exp $ */ /* $NetBSD: cpu.h,v 1.20 1995/12/21 05:02:10 mycroft Exp $ */ /* @@ -167,9 +167,6 @@ long dvma_kvtopa __P((long, int)); /* machdep.c */ void dumpconf __P((void)); -/* locore.s */ -short fusword __P((void *)); - struct pcb; void savectx __P((struct pcb *)); void switch_exit __P((struct proc *)); |