.\" 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_HDLC_SEND_FRAMES" "" "06 October 2005" "" ""
.SH NAME
n_hdlc_send_frames \- send frames on pending send buffer list
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void n_hdlc_send_frames (struct n_hdlc * \fIn_hdlc\fB, struct tty_struct * \fItty\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIn_hdlc\fB\fR
-- undescribed --
.TP
\fB\fItty\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
\fIn_hdlc\fR - pointer to ldisc instance data
\fItty\fR - pointer to tty instance data
.PP
Send frames on pending send buffer list until the driver does not accept a
frame (busy) this function is called after adding a frame to the send buffer
list and by the tty wakeup callback.