artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92e1d5d
)
devboot proto
author
mickey
<mickey@openbsd.org>
Sun, 6 Apr 1997 19:52:46 +0000
(19:52 +0000)
committer
mickey
<mickey@openbsd.org>
Sun, 6 Apr 1997 19:52:46 +0000
(19:52 +0000)
sys/arch/i386/stand/libsa/libsa.h
patch
|
blob
|
history
diff --git
a/sys/arch/i386/stand/libsa/libsa.h
b/sys/arch/i386/stand/libsa/libsa.h
index
28ea311
..
e68e926
100644
(file)
--- a/
sys/arch/i386/stand/libsa/libsa.h
+++ b/
sys/arch/i386/stand/libsa/libsa.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: libsa.h,v 1.
3 1997/03/31 23:06:29
mickey Exp $ */
+/* $OpenBSD: libsa.h,v 1.
4 1997/04/06 19:52:46
mickey Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@
-36,6
+36,7
@@
void gateA20 __P((int));
void memprobe __P((void));
+void devboot __P((dev_t, char *));
extern u_long codeseg;
extern int boothowto;