From e1fa905ad483c3eab9a38b034d6e4210377e79ec Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Wed, 24 Sep 1997 07:44:34 +0000 Subject: [PATCH] Add a missing prototype. Nagged about by: joerg --- sys/i386/boot/biosboot/boot.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/i386/boot/biosboot/boot.h b/sys/i386/boot/biosboot/boot.h index 39eb9df1ba6..e0907c2485c 100644 --- a/sys/i386/boot/biosboot/boot.h +++ b/sys/i386/boot/biosboot/boot.h @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:35:03 rpd - * $Id: boot.h,v 1.20 1997/07/12 10:23:17 joerg Exp $ + * $Id: boot.h,v 1.21 1997/08/31 06:11:26 phk Exp $ */ #include @@ -63,6 +63,7 @@ int getc(void); int ischar(void); int get_diskinfo(int drive); int memsize(int extended); +void vesa_mode(int mode); /* boot.c */ void boot(int drive);