add prototype of spl0(), but should it go here?
authorkstailey <kstailey@openbsd.org>
Fri, 14 Feb 1997 19:08:21 +0000 (19:08 +0000)
committerkstailey <kstailey@openbsd.org>
Fri, 14 Feb 1997 19:08:21 +0000 (19:08 +0000)
sys/arch/sun3/include/machdep.h

index 916497b..079cbe9 100644 (file)
@@ -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));