mirror of https://github.com/acidanthera/audk.git
Add a missing parameter description in the function header for CoreFindFreePagesI().
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10589 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
c5b900bed8
commit
35f9e94ed4
|
@ -862,6 +862,7 @@ CoreConvertPages (
|
|||
the requested address.
|
||||
|
||||
@param MaxAddress The address that the range must be below
|
||||
@param MinAddress The address that the range must be above
|
||||
@param NumberOfPages Number of pages needed
|
||||
@param NewType The type of memory the range is going to be
|
||||
turned into
|
||||
|
|
Loading…
Reference in New Issue