dragon-nx32: vtattr_notify
authorAlan Cox <alan@etchedpixels.co.uk>
Mon, 2 Nov 2015 12:28:50 +0000 (12:28 +0000)
committerAlan Cox <alan@etchedpixels.co.uk>
Mon, 2 Nov 2015 12:28:50 +0000 (12:28 +0000)
Kernel/platform-dragon-nx32/video.s

index 673c45b..bc55a00 100644 (file)
@@ -9,6 +9,7 @@
        .globl _clear_lines
        .globl _cursor_on
        .globl _cursor_off
+       .globl _vtattr_notify
 
        .globl _video_read
        .globl _video_write
@@ -333,6 +334,7 @@ _cursor_off:
        com 192,x
        com 224,x
 nocursor:
+_vtattr_notify:
        rts
 ;
 ;      These routines wortk in both 256x192x2 and 128x192x4 modes