From 00f61289f80d148dcf66bd698f38d6e3f7c26f80 Mon Sep 17 00:00:00 2001 From: kstailey Date: Fri, 14 Feb 1997 19:08:21 +0000 Subject: [PATCH] add prototype of spl0(), but should it go here? --- sys/arch/sun3/include/machdep.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/arch/sun3/include/machdep.h b/sys/arch/sun3/include/machdep.h index 916497b737e..079cbe9206c 100644 --- a/sys/arch/sun3/include/machdep.h +++ b/sys/arch/sun3/include/machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.h,v 1.3 1997/02/14 18:55:10 kstailey Exp $ */ +/* $OpenBSD: machdep.h,v 1.4 1997/02/14 19:08:21 kstailey Exp $ */ /* * Copyright (c) 1994 Gordon W. Ross * Copyright (c) 1993 Adam Glass @@ -137,6 +137,8 @@ void sun3_mon_reboot __P((char *)); void sun3_pmeg_init __P((void)); void sun3_reserve_pmeg __P((int pmeg_num)); +void spl0 __P((void)); + void swapconf __P((void)); void swapgeneric __P((void)); -- 2.20.1