.\" 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_RELEASE_REGIONS" "" "06 October 2005" "" ""
.SH NAME
pci_release_regions \- Release reserved PCI I/O and memory resources
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void pci_release_regions (struct pci_dev * \fIpdev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIpdev\fB\fR
PCI device whose resources were previously reserved by pci_request_regions
.SH "DESCRIPTION"
.PP
Releases all PCI I/O and memory resources previously reserved by a
successful call to pci_request_regions. Call this function only
after all use of the PCI regions has ceased.