From: Alan Cox Date: Tue, 30 Dec 2014 19:04:34 +0000 (+0000) Subject: tty: add ioctl numbers for vt/kbd ops X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=fe0bee69539e7853220c41156af2448f31f57ff8;p=FUZIX.git tty: add ioctl numbers for vt/kbd ops --- diff --git a/Kernel/include/tty.h b/Kernel/include/tty.h index 47eb544e..8ea8e3d3 100644 --- a/Kernel/include/tty.h +++ b/Kernel/include/tty.h @@ -136,6 +136,10 @@ struct termios { #define TIOCHANGUP 7 /* vhangup() */ +#define KBMAPSIZE 0x20 +#define KBMAPGET 0x21 +#define VTSIZE 0x22 + #define CTRL(c) (c & 0x1f) /* Character Input Queue size */