From: Alan Cox Date: Thu, 19 Apr 2018 22:44:40 +0000 (+0100) Subject: vt: should define vtattr in the headers X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=63fa067ff520c0c0e2d11b4cfedb29adacfb900d;p=FUZIX.git vt: should define vtattr in the headers This didn't show up as everyone currently uses it in asm files only --- diff --git a/Kernel/include/vt.h b/Kernel/include/vt.h index 48aedeef..ee8154ec 100644 --- a/Kernel/include/vt.h +++ b/Kernel/include/vt.h @@ -56,6 +56,7 @@ 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; extern uint8_t vtattr_cap; extern uint8_t vtink; extern uint8_t vtpaper;