From ec1e97535a94593e06fda9a060295cf00e2438f9 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Sun, 6 Apr 1997 19:52:47 +0000 Subject: devboot proto --- sys/arch/i386/stand/libsa/libsa.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys') 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; -- cgit v1.2.3