.\" 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 "ACPIPHP_GET_MAX_RESOURCE" "" "06 October 2005" "" ""
.SH NAME
acpiphp_get_max_resource \- get the largest resource
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
struct pci_resource * acpiphp_get_max_resource (struct pci_resource ** \fIhead\fB, u32 \fIsize\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIhead\fB\fR
-- undescribed --
.TP
\fB\fIsize\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
.PP
Gets the largest node that is at least ``size'' big from the
list pointed to by head. It aligns the node on top and bottom
to ``size'' alignment before returning it.