.\" 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_SETUP_ADD" "" "06 October 2005" "" "" .SH NAME netdev_boot_setup_add \- add new setup entry .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int netdev_boot_setup_add (char * \fIname\fB, struct ifmap * \fImap\fB); \fR .SH "ARGUMENTS" .TP \fB\fIname\fB\fR name of the device .TP \fB\fImap\fB\fR configured settings for the device .SH "DESCRIPTION" .PP Adds new setup entry to the dev_boot_setup list. The function returns 0 on error and 1 on success. This is a generic routine to all netdevices.