From d4458e2908a1dbd36daeb02353c3801bf6d11307 Mon Sep 17 00:00:00 2001 From: Brett Gordon Date: Thu, 28 Apr 2016 10:40:48 -0400 Subject: [PATCH] coco3: add header for low-level video calls --- Kernel/platform-coco3/video.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Kernel/platform-coco3/video.h diff --git a/Kernel/platform-coco3/video.h b/Kernel/platform-coco3/video.h new file mode 100644 index 00000000..853bdb5b --- /dev/null +++ b/Kernel/platform-coco3/video.h @@ -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 ); -- 2.34.1