.\" 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_RESOURCE_WITH_BASE" "" "06 October 2005" "" ""
.SH NAME
acpiphp_get_resource_with_base \- get resource with specific base address
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
struct pci_resource * acpiphp_get_resource_with_base (struct pci_resource ** \fIhead\fB, u64 \fIbase\fB, u32 \fIsize\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIhead\fB\fR
-- undescribed --
.TP
\fB\fIbase\fB\fR
-- undescribed --
.TP
\fB\fIsize\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
.PP
this function
returns the first node of ``size'' length located at specified base address.
If it finds a node larger than ``size'' it will split it up.
.PP
size must be a power of two.