.\" 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 "PCI_VISIT_DEV" "" "06 October 2005" "" ""
.SH NAME
pci_visit_dev \- scans the pci buses.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int pci_visit_dev (struct pci_visit * \fIfn\fB, struct pci_dev_wrapped * \fIwrapped_dev\fB, struct pci_bus_wrapped * \fIwrapped_parent\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIfn\fB\fR
-- undescribed --
.TP
\fB\fIwrapped_dev\fB\fR
-- undescribed --
.TP
\fB\fIwrapped_parent\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
Every bus and every function is presented to a custom
function that can act upon it.