summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbcon-iplan2p8.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/fbcon-iplan2p8.h')
-rw-r--r--drivers/video/fbcon-iplan2p8.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/video/fbcon-iplan2p8.h b/drivers/video/fbcon-iplan2p8.h
new file mode 100644
index 000000000..f2c46e229
--- /dev/null
+++ b/drivers/video/fbcon-iplan2p8.h
@@ -0,0 +1,15 @@
+ /*
+ * Atari interleaved bitplanes (8 planes) (iplan2p8)
+ */
+
+extern struct display_switch fbcon_iplan2p8;
+extern void fbcon_iplan2p8_setup(struct display *p);
+extern void fbcon_iplan2p8_bmove(struct display *p, int sy, int sx, int dy,
+ int dx, int height, int width);
+extern void fbcon_iplan2p8_clear(struct vc_data *conp, struct display *p,
+ int sy, int sx, int height, int width);
+extern void fbcon_iplan2p8_putc(struct vc_data *conp, struct display *p, int c,
+ int yy, int xx);
+extern void fbcon_iplan2p8_putcs(struct vc_data *conp, struct display *p,
+ const char *s, int count, int yy, int xx);
+extern void fbcon_iplan2p8_revc(struct display *p, int xx, int yy);