.\" 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_SET_TERMIOS" "9" "09 October 2005" "" ""
.SH NAME
n_tty_set_termios \- termios data changed
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void n_tty_set_termios (struct tty_struct * \fItty\fB, struct termios * \fIold\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fItty\fB\fR
terminal
.TP
\fB\fIold\fB\fR
previous data
.SH "DESCRIPTION"
.PP
Called by the tty layer when the user changes termios flags so
that the line discipline can plan ahead. This function cannot sleep
and is protected from re-entry by the tty layer. The user is
guaranteed that this function will not be re-entered or in progress
when the ldisc is closed.