artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f20f859
)
add prototype of spl0(), but should it go here?
author
kstailey
<kstailey@openbsd.org>
Fri, 14 Feb 1997 19:08:21 +0000
(19:08 +0000)
committer
kstailey
<kstailey@openbsd.org>
Fri, 14 Feb 1997 19:08:21 +0000
(19:08 +0000)
sys/arch/sun3/include/machdep.h
patch
|
blob
|
history
diff --git
a/sys/arch/sun3/include/machdep.h
b/sys/arch/sun3/include/machdep.h
index
916497b
..
079cbe9
100644
(file)
--- 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));