.\" 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_MAX_RESOURCE" "9" "09 October 2005" "" ""
.SH NAME
get_max_resource \-
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
struct pci_resource * get_max_resource (struct pci_resource ** \fIhead\fB, u32 \fIsize\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIhead\fB\fR
the list to search the node in
.TP
\fB\fIsize\fB\fR
the minimum size of the node to find
.SH "DESCRIPTION"
.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.