#include <kernel.h>#include <device.h>#include <tty.h>#include <stdlib.h>

Go to the source code of this file.
Functions | |
| devcall | ttyInit (device *pdev) |
Variables | |
| struct tty | ttytab [NTTY] |
Definition in file ttyInit.c.
| devcall ttyInit | ( | device * | pdev | ) |
Initialize TTY structures.
| pdev | TTY device table entry |
Definition at line 21 of file ttyInit.c.
References bzero(), dentry::controlblk, dentry::minor, NULL, OK, TTY_STATE_FREE, and ttytab.
1.5.5