.\" 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_SAL_CONSOLE_SETUP" "9" "09 October 2005" "" ""
.SH NAME
sn_sal_console_setup \- Set up console for early printing
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int __init sn_sal_console_setup (struct console * \fIco\fB, char * \fIoptions\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIco\fB\fR
Console to work with
.TP
\fB\fIoptions\fB\fR
Options to set
.SH "DESCRIPTION"
.PP
Altix console doesn't do anything with baud rates, etc, anyway.
.PP
This isn't required since not providing the setup function in the
console struct is ok. However, other patches like KDB plop something
here so providing it is easier.