From 3b881b79dde51f3ddfc1915691cde0cdfbb66bf8 Mon Sep 17 00:00:00 2001 From: kstailey Date: Thu, 13 Feb 1997 22:14:01 +0000 Subject: [PATCH] prototypes --- sys/arch/sun3/include/cpu.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/sys/arch/sun3/include/cpu.h b/sys/arch/sun3/include/cpu.h index 1a512e62670..d595dd50b37 100644 --- a/sys/arch/sun3/include/cpu.h +++ b/sys/arch/sun3/include/cpu.h @@ -168,6 +168,27 @@ extern unsigned char cpu_machine_id; #define IC_CLEAR (IC_CLR|IC_ENABLE) +/* autoconf.c */ +void configure __P((void)); + +/* dma.c */ +long dvma_kvtopa __P((long, int)); + +/* machdep.c */ +void dumpconf __P((void)); + +/* locore.s */ +short fusword __P((u_short *)); +int susword __P((u_short *t, u_short)); + +struct pcb; +void savectx __P((struct pcb *)); +void switch_exit __P((struct proc *)); +void proc_trampoline __P((void)); + +/* trap.c */ +void child_return __P((struct proc *)); + #endif /* _KERNEL */ /* -- 2.20.1