2 * FBcon low-level driver for VGA characters/attributes
5 #ifndef _VIDEO_FBCON_VGA_H
6 #define _VIDEO_FBCON_VGA_H
8 #include <linux/config.h>
11 #if defined(CONFIG_FBCON_VGA) || defined(CONFIG_FBCON_VGA_MODULE)
15 #if defined(CONFIG_FBCON_VGA)
20 extern struct display_switch fbcon_vga
;
21 extern void fbcon_vga_setup(struct display
*p
);
22 extern void fbcon_vga_bmove(struct display
*p
, int sy
, int sx
, int dy
, int dx
,
23 int height
, int width
);
24 extern void fbcon_vga_clear(struct vc_data
*conp
, struct display
*p
, int sy
,
25 int sx
, int height
, int width
);
26 extern void fbcon_vga_putc(struct vc_data
*conp
, struct display
*p
, int c
,
28 extern void fbcon_vga_putcs(struct vc_data
*conp
, struct display
*p
,
29 const unsigned short *s
, int count
, int yy
, int xx
);
30 extern void fbcon_vga_revc(struct display
*p
, int xx
, int yy
);
32 #endif /* _VIDEO_FBCON_VGA_H */