summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/include/machdep.h
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-02-14 19:24:06 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-02-14 19:24:06 +0000
commitf6cd082f6b276457cd250717bcd767c0a0bd84e5 (patch)
treef21907ff5f8a34812f7b519c7f506840d472c545 /sys/arch/sun3/include/machdep.h
parent4f0906bd25a6e2c37ba50d5921a3ee129001560e (diff)
move prototype of spl0() to param.h
Diffstat (limited to 'sys/arch/sun3/include/machdep.h')
-rw-r--r--sys/arch/sun3/include/machdep.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sun3/include/machdep.h b/sys/arch/sun3/include/machdep.h
index 079cbe9206c..82c3573552a 100644
--- a/sys/arch/sun3/include/machdep.h
+++ b/sys/arch/sun3/include/machdep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.h,v 1.4 1997/02/14 19:08:21 kstailey Exp $ */
+/* $OpenBSD: machdep.h,v 1.5 1997/02/14 19:24:04 kstailey Exp $ */
/*
* Copyright (c) 1994 Gordon W. Ross
* Copyright (c) 1993 Adam Glass
@@ -137,8 +137,6 @@ 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));