From 0b173cca58e8a468a7b69991cabc6caaf20f7ccd Mon Sep 17 00:00:00 2001 From: mickey Date: Sun, 6 Apr 1997 19:52:46 +0000 Subject: [PATCH] devboot proto --- sys/arch/i386/stand/libsa/libsa.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.20.1