From: kstailey Date: Thu, 13 Feb 1997 22:14:01 +0000 (+0000) Subject: prototypes X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=3b881b79dde51f3ddfc1915691cde0cdfbb66bf8;p=openbsd prototypes --- 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 */ /*