Synchronize with sys/i386/boot/kzipboot/boot.c revision 1.7.

This commit is contained in:
KATO Takenori 1997-07-02 11:02:32 +00:00
parent 8be046791d
commit 4c290c2ae1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27175

View File

@ -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;