From 5b1cf07088ad0f1f950cfaa685e0736c6a1b7ae9 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Mon, 2 Nov 2015 12:28:50 +0000 Subject: [PATCH] dragon-nx32: vtattr_notify --- Kernel/platform-dragon-nx32/video.s | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Kernel/platform-dragon-nx32/video.s b/Kernel/platform-dragon-nx32/video.s index 673c45b4..bc55a003 100644 --- a/Kernel/platform-dragon-nx32/video.s +++ b/Kernel/platform-dragon-nx32/video.s @@ -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 -- 2.34.1