.\" 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 "GET_PCI_NODE_PATH" "9" "09 October 2005" "" ""
.SH NAME
get_pci_node_path \- Determines the hardware path for a PCI device
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void get_pci_node_path (struct pci_dev * \fIpdev\fB, struct hardware_path * \fIpath\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIpdev\fB\fR
The device to return the path for
.TP
\fB\fIpath\fB\fR
Pointer to a previously-allocated array to place the path in.
.SH "DESCRIPTION"
.PP
This function fills in the hardware_path structure with the route to
the specified PCI device. This structure is suitable for passing to
PDC calls.