MdeModulePkg/PciHostBridge: Refine function header comments.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Cc: Shumin Qiu <shumin.qiu@intel.com> Reviewed-by: Qiu Shumin <shumin.qiu@intel.com>
This commit is contained in:
@@ -258,6 +258,19 @@ ResourceConflict (
|
||||
FreePool (Resources);
|
||||
}
|
||||
|
||||
/**
|
||||
Allocate Length of MMIO or IO resource with alignment BitsOfAlignment
|
||||
from GCD range [BaseAddress, Limit).
|
||||
|
||||
@param Mmio TRUE for MMIO and FALSE for IO.
|
||||
@param Length Length of the resource to allocate.
|
||||
@param BitsOfAlignment Alignment of the resource to allocate.
|
||||
@param BaseAddress The starting address the allocation is from.
|
||||
@param Limit The ending address the allocation is to.
|
||||
|
||||
@retval The base address of the allocated resource or MAX_UINT64 if allocation
|
||||
fails.
|
||||
**/
|
||||
UINT64
|
||||
AllocateResource (
|
||||
BOOLEAN Mmio,
|
||||
@@ -306,6 +319,7 @@ AllocateResource (
|
||||
}
|
||||
return MAX_UINT64;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Enter a certain phase of the PCI enumeration process.
|
||||
|
Reference in New Issue
Block a user