coco3: video: add exports.
authorBrett Gordon <beretta42@gmail.com>
Sat, 10 Oct 2015 11:18:32 +0000 (07:18 -0400)
committerBrett Gordon <beretta42@gmail.com>
Tue, 13 Oct 2015 13:10:42 +0000 (09:10 -0400)
Kernel/platform-coco3/videoll.s

index 57c3fe1..c40c07b 100644 (file)
@@ -7,6 +7,18 @@
 
        .globl  _memset
        .globl  _memcpy
+*      .globl _vid256x192
+*      .globl _plot_char
+*      .globl _scroll_up
+*      .globl _scroll_down
+*      .globl _clear_across
+*      .globl _clear_lines
+*      .globl _cursor_on
+*      .globl _cursor_off
+
+       .globl _video_read
+       .globl _video_write
+       .globl _video_cmd
 
        include "kernel.def"
        include "../kernel09.def"