.\" 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 "FIND_BOOTMAP_LOCATION" "9" "09 October 2005" "" ""
.SH NAME
find_bootmap_location \- callback to find a memory area for the bootmap
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int find_bootmap_location (unsigned long \fIstart\fB, unsigned long \fIend\fB, void * \fIarg\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIstart\fB\fR
start of region
.TP
\fB\fIend\fB\fR
end of region
.TP
\fB\fIarg\fB\fR
unused callback data
.SH "DESCRIPTION"
.PP
Find a place to put the bootmap and return its starting address in
bootmap_start. This address must be page-aligned.