mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Synchronize with sys/i386/boot/kzipboot/boot.c revision 1.7.
This commit is contained in:
parent
8be046791d
commit
4c290c2ae1
1 changed files with 4 additions and 2 deletions
|
|
@ -9,8 +9,10 @@
|
|||
* 1995 by KATO T. of Nagoya University
|
||||
*/
|
||||
|
||||
#include <machine/cpufunc.h> /* for inb/outb */
|
||||
#include <sys/reboot.h> /* for RB_SERIAL */
|
||||
#include <sys/types.h>
|
||||
#include <sys/reboot.h> /* for RB_SERIAL */
|
||||
|
||||
#include <machine/cpufunc.h> /* for inb/outb */
|
||||
|
||||
short *videomem;
|
||||
int curs;
|
||||
|
|
|
|||
Loading…
Reference in a new issue