#include <kernel.h>
#include <device.h>
#include <tty.h>
Go to the source code of this file.
Functions | |
devcall | ttyGetChar (device *pdev) |
Definition in file ttyGetChar.c.
devcall ttyGetChar | ( | device * | pdev | ) |
Read a single character from a TTY.
pdev | TTY device table entry |
Definition at line 18 of file ttyGetChar.c.
References ttyRead().