.\" 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 "SUPERHYWAY_REGISTER_DRIVER" "9" "09 October 2005" "" ""
.SH NAME
superhyway_register_driver \- Register a new SuperHyway driver
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int superhyway_register_driver (struct superhyway_driver * \fIdrv\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdrv\fB\fR
SuperHyway driver to register.
.SH "DESCRIPTION"
.PP
This registers the passed in \fIdrv\fR\&. Any devices matching the id table will
automatically be populated and handed off to the driver's specified probe
routine.