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

Go to the source code of this file.
Functions | |
| struct tty * | ttyAlloc (void) |
Definition in file ttyAlloc.c.
| struct tty* ttyAlloc | ( | void | ) | [read] |
Allocate a tty structure.
Definition at line 17 of file ttyAlloc.c.
References disable(), NTTY, NULL, restore(), tty::state, TTY_STATE_ALLOC, TTY_STATE_FREE, and ttytab.
Referenced by ttyOpen().
1.5.5