blob: 4982038aa9f24225299dc6842e2fb0b21d96743c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/tty.h>
#include <i386/include/pc/display.h>
#include <i386/include/console.h>
#include <i386/include/apm_bios.h>
#include <i386/i386/cons.h>
#include <i386/isa/isa.h>
#include <i386/isa/isa_device.h>
#include <i386/isa/syscons.h>
extern scr_stat *cur_console;
extern u_short *Crtat;
extern u_int crtc_addr;
extern char scr_map[];
extern int scrn_blanked;
extern char *palette;
|