summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1997-04-06 19:52:47 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1997-04-06 19:52:47 +0000
commitec1e97535a94593e06fda9a060295cf00e2438f9 (patch)
treed3f73f6e15444f4fb89dbc40742398b1dee8797a /sys
parentb1eadd5672360839d3467a5b1d0b96c577e21256 (diff)
devboot proto
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/stand/libsa/libsa.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/stand/libsa/libsa.h b/sys/arch/i386/stand/libsa/libsa.h
index 28ea3117349..e68e9264874 100644
--- 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;