summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbcon-cfb8.h
blob: 4c0ffec99b8c30c1661f64136bc14b3244442979 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
    /*
     *  8 bpp packed pixel (cfb8)
     */

extern struct display_switch fbcon_cfb8;
extern void fbcon_cfb8_setup(struct display *p);
extern void fbcon_cfb8_bmove(struct display *p, int sy, int sx, int dy, int dx,
			     int height, int width);
extern void fbcon_cfb8_clear(struct vc_data *conp, struct display *p, int sy,
			     int sx, int height, int width);
extern void fbcon_cfb8_putc(struct vc_data *conp, struct display *p, int c,
			    int yy, int xx);
extern void fbcon_cfb8_putcs(struct vc_data *conp, struct display *p,
			     const char *s, int count, int yy, int xx);
extern void fbcon_cfb8_revc(struct display *p, int xx, int yy);