From 57541e29d9d7fba916a77292d80e8f35a132bcb4 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 24 Dec 2018 18:12:42 +0100 Subject: sys/linux: add basic X25 descriptions --- sys/linux/tty_386.const | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/linux/tty_386.const') diff --git a/sys/linux/tty_386.const b/sys/linux/tty_386.const index 8c4f253b1..e5b5b7e41 100644 --- a/sys/linux/tty_386.const +++ b/sys/linux/tty_386.const @@ -31,6 +31,8 @@ KDSKBMETA = 19299 KDSKBMODE = 19269 KDSKBSENT = 19273 KIOCSOUND = 19247 +N_NULL = 27 +N_TTY = 0 PIO_CMAP = 19313 PIO_FONT = 19297 PIO_FONTRESET = 19309 -- cgit mrf-deployment