summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/include
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-02-14 19:08:22 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-02-14 19:08:22 +0000
commit4f0906bd25a6e2c37ba50d5921a3ee129001560e (patch)
tree24aefe664c99ea903f26f60605b22bfbddb2d51d /sys/arch/sun3/include
parentb8cecb27684f49b7dc06b0c92b80b40a0e0b72fa (diff)
add prototype of spl0(), but should it go here?
Diffstat (limited to 'sys/arch/sun3/include')
-rw-r--r--sys/arch/sun3/include/machdep.h4
1 files changed, 3 insertions, 1 deletions
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));