blob: b2e0b6d4dba339140c210302ef146b2df0b25c77 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
/* $Id$ */
#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[];
|