From cdea22841f967257001128ae35d9f5f92bb5357b Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 3 Feb 1992 19:18:30 +0000 Subject: Initial revision --- hurd/newterm.defs | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 hurd/newterm.defs (limited to 'hurd') diff --git a/hurd/newterm.defs b/hurd/newterm.defs new file mode 100644 index 00000000..bd9d370b --- /dev/null +++ b/hurd/newterm.defs @@ -0,0 +1,39 @@ +/* Creation of terminal processors + Copyright (C) 1991 Free Software Foundation + +This file is part of the GNU Hurd. + +The GNU Hurd is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 1, or (at your option) +any later version. + +The GNU Hurd is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with the GNU Hurd; see the file COPYING. If not, write to +the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ + +/* Written by Michael I. Bushnell. */ + +subsystem newterm 27000; + +#include + +/* Create a new terminal thingie on top of a mach device_t port. */ +newterm_from_device ( + newterm: mach_port_t; + machdev: device_t; + out terminal: io_t); + +/* Create a new terminal thingie on top of a hurd IO port. */ +newterm_from_hurdio ( + newterm: mach_port_t; + hurddev: io_t; + out terminal: io_t); + +/* Create a new terminal thingie and BSD-style pseudo-tty master side. */ +newterm_from_n \ No newline at end of file -- cgit v1.2.3