mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add a missing prototype.
Nagged about by: joerg
This commit is contained in:
parent
70a99d052e
commit
e1fa905ad4
1 changed files with 2 additions and 1 deletions
|
|
@ -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 <sys/param.h>
|
||||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue