.\" 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 "NETDEV_BOOT_BASE" "9" "09 October 2005" "" ""
.SH NAME
netdev_boot_base \- get address from boot time settings
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
unsigned long netdev_boot_base (const char * \fIprefix\fB, int \fIunit\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIprefix\fB\fR
prefix for network device
.TP
\fB\fIunit\fB\fR
id for network device
.SH "DESCRIPTION"
.PP
Check boot time settings for the base address of device.
The found settings are set for the device to be used
later in the device probing.
Returns 0 if no settings found.