coco3: add header for low-level video calls
authorBrett Gordon <beretta42@gmail.com>
Thu, 28 Apr 2016 14:40:48 +0000 (10:40 -0400)
committerAlan Cox <alan@linux.intel.com>
Tue, 3 May 2016 15:27:44 +0000 (16:27 +0100)
Kernel/platform-coco3/video.h [new file with mode: 0644]

diff --git a/Kernel/platform-coco3/video.h b/Kernel/platform-coco3/video.h
new file mode 100644 (file)
index 0000000..853bdb5
--- /dev/null
@@ -0,0 +1,4 @@
+
+int gfx_draw_op(uarg_t arg, char *ptr);
+void video_read( uint8_t *buff );
+void video_write( uint8_t *buff );