diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1997-12-15 06:09:11 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1997-12-15 06:09:11 +0000 |
| commit | 7ebfc603cfaf6825e6a0a9f37425324bbe867533 (patch) | |
| tree | 4d10b5abe7df8255ac188b36b51b51df589582ea /sys/alpha/linux/linux.h | |
| parent | bd285887999ec723585ddde369a3f3351463ccac (diff) | |
Notes
Diffstat (limited to 'sys/alpha/linux/linux.h')
| -rw-r--r-- | sys/alpha/linux/linux.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sys/alpha/linux/linux.h b/sys/alpha/linux/linux.h index ab05ee266452..878ffea6207e 100644 --- a/sys/alpha/linux/linux.h +++ b/sys/alpha/linux/linux.h @@ -167,6 +167,14 @@ struct trapframe; #define LINUX_SIG_UNBLOCK 1 #define LINUX_SIG_SETMASK 2 +/* keyboard defines */ +#define LINUX_KDGKBMODE 0x4B44 +#define LINUX_KDSKBMODE 0x4B45 + +#define LINUX_KBD_RAW 0 +#define LINUX_KBD_XLATE 1 +#define LINUX_KBD_MEDIUMRAW 2 + /* termio commands */ #define LINUX_TCGETS 0x5401 #define LINUX_TCSETS 0x5402 @@ -215,6 +223,14 @@ struct trapframe; #define LINUX_TIOCSERSWILD 0x5455 #define LINUX_TIOCGLCKTRMIOS 0x5456 #define LINUX_TIOCSLCKTRMIOS 0x5457 +#define LINUX_VT_OPENQRY 0x5600 +#define LINUX_VT_GETMODE 0x5601 +#define LINUX_VT_SETMODE 0x5602 +#define LINUX_VT_GETSTATE 0x5603 +#define LINUX_VT_ACTIVATE 0x5606 +#define LINUX_VT_WAITACTIVE 0x5607 + + /* arguments for tcflush() and LINUX_TCFLSH */ #define LINUX_TCIFLUSH 0 |
