.\" 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 "SN_TRANSMIT_CHARS" "9" "09 October 2005" "" ""
.SH NAME
sn_transmit_chars \- grab characters from serial core, send off
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void sn_transmit_chars (struct sn_cons_port * \fIport\fB, int \fIraw\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIport\fB\fR
Port to operate on
.TP
\fB\fIraw\fB\fR
Transmit raw or buffered
.SH "NOTE"
.PP
If we're early, before we're registered with serial core, the
writes are going through sn_sal_console_write because that's how
register_console has been set up. We currently could have asynch
polls calling this function due to sn_sal_switch_to_asynch but we can
ignore them until we register with the serial core stuffs.