.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "N_TTY_RECEIVE_CHAR" "9" "09 October 2005" "" ""
.SH NAME
n_tty_receive_char \- perform processing
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void n_tty_receive_char (struct tty_struct * \fItty\fB, unsigned char \fIc\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fItty\fB\fR
terminal device
.TP
\fB\fIc\fB\fR
character
.SH "DESCRIPTION"
.PP
Process an individual character of input received from the driver.
This is serialized with respect to itself by the rules for the
driver above.