diff options
Diffstat (limited to 'drivers/video/fbcon-iplan2p4.h')
-rw-r--r-- | drivers/video/fbcon-iplan2p4.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/video/fbcon-iplan2p4.h b/drivers/video/fbcon-iplan2p4.h new file mode 100644 index 000000000..ae3b38494 --- /dev/null +++ b/drivers/video/fbcon-iplan2p4.h @@ -0,0 +1,15 @@ + /* + * Atari interleaved bitplanes (4 planes) (iplan2p4) + */ + +extern struct display_switch fbcon_iplan2p4; +extern void fbcon_iplan2p4_setup(struct display *p); +extern void fbcon_iplan2p4_bmove(struct display *p, int sy, int sx, int dy, + int dx, int height, int width); +extern void fbcon_iplan2p4_clear(struct vc_data *conp, struct display *p, + int sy, int sx, int height, int width); +extern void fbcon_iplan2p4_putc(struct vc_data *conp, struct display *p, int c, + int yy, int xx); +extern void fbcon_iplan2p4_putcs(struct vc_data *conp, struct display *p, + const char *s, int count, int yy, int xx); +extern void fbcon_iplan2p4_revc(struct display *p, int xx, int yy); |