.\" 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 "UART_PARSE_OPTIONS" "" "06 October 2005" "" ""
.SH NAME
uart_parse_options \- Parse serial port baud/parity/bits/flow contro.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void __init uart_parse_options (char * \fIoptions\fB, int * \fIbaud\fB, int * \fIparity\fB, int * \fIbits\fB, int * \fIflow\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIoptions\fB\fR
pointer to option string
.TP
\fB\fIbaud\fB\fR
pointer to an 'int' variable for the baud rate.
.TP
\fB\fIparity\fB\fR
pointer to an 'int' variable for the parity.
.TP
\fB\fIbits\fB\fR
pointer to an 'int' variable for the number of data bits.
.TP
\fB\fIflow\fB\fR
pointer to an 'int' variable for the flow control character.
.SH "DESCRIPTION"
.PP
uart_parse_options decodes a string containing the serial console
options. The format of the string is ,
.SH "EG"
.PP
115200n8r