From: mickey Date: Sun, 6 Apr 1997 19:52:46 +0000 (+0000) Subject: devboot proto X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=0b173cca58e8a468a7b69991cabc6caaf20f7ccd;p=openbsd devboot proto --- 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;