.\" 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_POOL_DESTROY" "" "06 October 2005" "" ""
.SH NAME
pci_pool_destroy \- destroys a pool of pci memory blocks.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void pci_pool_destroy (struct pci_pool * \fIpool\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIpool\fB\fR
pci pool that will be destroyed
.SH "DESCRIPTION"
.PP
Caller guarantees that no more memory from the pool is in use,
and that nothing will try to use the pool after this call.