summaryrefslogtreecommitdiff
path: root/hurd/term.defs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1991-06-11 17:42:30 +0000
committerMichael I. Bushnell <mib@gnu.org>1991-06-11 17:42:30 +0000
commit61cfb104f76ed1aa1d5f17fab49c58f4c293127c (patch)
tree7be7560796463227fb6a9dac6b046ecf143dceae /hurd/term.defs
parent737f8263d238b1887796176630515a0e510380f8 (diff)
Formerly term.defs.~2~
Diffstat (limited to 'hurd/term.defs')
-rw-r--r--hurd/term.defs8
1 files changed, 6 insertions, 2 deletions
diff --git a/hurd/term.defs b/hurd/term.defs
index 7e6d9c73..f741da0c 100644
--- a/hurd/term.defs
+++ b/hurd/term.defs
@@ -19,17 +19,21 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Written by Michael I. Bushnell. */
+subsystem term 28000;
+
+#include <hurd/hurd_types.defs>
+
/* Make a virtual terminal. Slave will look like a Posix terminfo.
Master should be connected to a hardware terminal or its
equivalent. */
-term_maketerm (
+routine term_maketerm (
access: term_t;
out term_slave: term_t;
out term_master: term_t);
/* Called on a slave terminal; puts it into the filesystem under the given
file. */
-term_putinfs (
+routine term_putinfs (
term: term_t;
port: file_t);