From e07b26dba4535e9daaa2e2774af7254b217198c3 Mon Sep 17 00:00:00 2001 From: Brett Gordon Date: Sun, 1 Nov 2015 16:19:27 -0500 Subject: [PATCH] vt: add new platform function to header file --- Kernel/include/vt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Kernel/include/vt.h b/Kernel/include/vt.h index 52958741..bde4f9d3 100644 --- a/Kernel/include/vt.h +++ b/Kernel/include/vt.h @@ -50,6 +50,7 @@ void plot_char(int8_t y, int8_t x, uint16_t c); void do_beep(void); int vt_ioctl(uint8_t minor, uarg_t op, char *ptr); int vt_inproc(uint8_t minor, unsigned char c); +void vtattr_notify( void ); extern uint8_t vtattr_cap; extern uint8_t vtink; extern uint8_t vtpaper; -- 2.34.1